[]
        
(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)
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)
Parameters
Type Name Description
double value
Returns
Type Description
string