ParseNumber

Converts a string to a number in the specified numeral system

Method Signature

ParseNumber(number=[string], locale=[string], radix=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

number

string

true

The string to convert to a number.

locale

string

false

The locale to use when parsing the number. If not provided, the system or application-configured locale is used.

radix

string

false

The numeral system to use for conversion (e.g., "bin", "oct", "dec", "hex"). If not provided, the number is parsed as locale-sensitive

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC