Extends the base ECMAScript (JavaScript) Number functionality with static and instance methods. Number Type Extensions
Formats a number by using the invariant culture.
string
Formats a number by using the current culture.
string
Returns a numeric value from a string representation of a number. This function is static and can be called without creating an instance of the object.
number
Creates a numeric value from a locale-specific string.
number