[]
Converts integer to string.
public static string NumberToText(int number, bool firstUpper = false)
Type | Name | Description |
---|---|---|
int | number | The integer number to be converted. |
bool | firstUpper | Specifies whether the string will be converted to upper case. |
Type | Description |
---|---|
string | The string of the converted integer. |