var instance; // Type: wijmo.input.IFormatValidateLib; var returnValue; // Type: number // Parameters var value; // Type: string var culture; // Type: string returnValue = instance.parseNumber(value, culture);
Parameters
- value
- The string value to parse as a number.
- culture
- The culture to use in parsing the number.
Return Value
Returns the parsed number object, or null if the value cannot be parsed with the specified parameters.