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

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

    Parameters

    value
    See Also