FmtUint Method
FmtUint(uint)
Converts specified uint to string which can be written to PDF stream.
Declaration
public static string FmtUint(uint value)
Public Shared Function FmtUint(value As UInteger) As String
Parameters
Type |
Name |
Description |
uint |
value |
|
Returns