Number.ToLocaleString Method
| Explanation | Returns the value stored in the Number object as a locale-formatted string. The current implementation returns the same value as the ToString method. | |
| Call format | var text = num.ToLocaleString( ) | |
| Return value | Locale format string | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | ToString method | |