InputBaseN

Converts a string, using the base specified by radix, to an integer.

Method Signature

InputBaseN(string=[string], radix=[numeric])

Arguments

ArgumentTypeRequiredDescriptionDefault

string

string

true

The string to convert to an integer.

radix

numeric

true

Base of the number represented by string, in the range 2-36.

Examples

Last updated

Logo

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