Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / FmtDouble Method / FmtDouble(Double) Method

In This Topic
    FmtDouble(Double) Method
    In This Topic
    Converts specified float to string which can be written to PDF stream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FmtDouble( _
       ByVal value As System.Double _
    ) As System.String
    public static System.string FmtDouble( 
       System.double value
    )

    Parameters

    value
    See Also