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