[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase.FmtDouble

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
Type Description
string

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
Type Description
string