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

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

    Parameters

    value
    See Also