ToNumeric
Method Signature
ToNumeric(value=[string], radix=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Cast a string to a number.
toNumeric( "29.5" );
Cast a hex-value to a number.
Cast a binary-value to a number.
Additional Examples
Related
Last updated
Was this helpful?
