Number.ToString Method
| Explanation | Returns the value stored in the Number object as a string. Returns as a radix base string by specifying an argument | |
| Call format | var text = num.ToString( [ radix ] ) | |
| Return value | Converted string | |
| Arguments | integer radix | radix Can specify a value between 2 and 36. Specify 16 for hexadecimal numbers. Default is decimal. |
| Exception | Func-4 | The argument value is invalid. |
| Example of use | | |
| Related item | ||