FunctionsCommonParseIntCommonParseInt CallableCommonParseInt(val: string, radix?: number): numberParses a string into an integerParametersval: stringThe string to parse into a numberradix: number = nullA value between 2 and 36 that specifies the base of the number in the string. Defaults to 10 if not providedReturns number
Parses a string into an integer