Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / FmtLong Method

In This Topic
    FmtLong Method
    In This Topic
    Converts specified long to string which can be written to PDF stream.
    Syntax
    'Declaration
     
    Public Shared Function FmtLong( _
       ByVal value As System.Long _
    ) As System.String
    public static System.string FmtLong( 
       System.long value
    )

    Parameters

    value
    See Also