'Declaration Public Shared Function NumberToText( _ ByVal number As System.Integer, _ Optional ByVal firstUpper As System.Boolean _ ) As System.String
public static System.string NumberToText( System.int number, System.bool firstUpper )
Parameters
- number
- The integer number to be converted.
- firstUpper
- Specifies whether the string will be converted to upper case.
Return Value
The string of the converted integer.