FmtDouble Method
FmtDouble(float)
Converts specified float to string which can be written to PDF stream.
Declaration
public static string FmtDouble(float value)
Public Shared Function FmtDouble(value As Single) As String
Parameters
Type |
Name |
Description |
float |
value |
|
Returns
FmtDouble(double)
Converts specified float to string which can be written to PDF stream.
Declaration
public static string FmtDouble(double value)
Public Shared Function FmtDouble(value As Double) As String
Parameters
Type |
Name |
Description |
double |
value |
|
Returns