ParseNumber
Converts a string to a number in the specified numeral system
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to convert to a number. | |
|
|
| The locale to use when parsing the number. If not provided, the system or application-configured locale is used. | |
|
|
| The numeral system to use for conversion (e.g., "bin", "oct", "dec", "hex"). If not provided, the number is parsed as locale-sensitive |
Examples
Related
Last updated