ToNumeric
Cast a value to a number.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The value to cast. | |
|
|
| The radix to use when casting the value. Valid values are 2-36, "bin", "oct", "dec", and "hex". |
Examples
Related
Last updated