dojo.number
dojo.require("dojo.number");
defined in dojo/number.js
localized formatting and parsing routines for Number

ConstructorsBack to top

FunctionsBack to top
Format a Number as a String, using locale-specific settings
Convert a properly formatted string to a primitive Number, using locale-specific settings.
Builds the regular needed to parse a number
Rounds the number at the given number of places
Apply pattern to format value as a string using options. Gives no consideration to local customs.

Apply numeric pattern to absolute value using options. Gives no consideration to local customs.
Builds a regular expression that matches an integer
Builds a regular expression to match a real number in exponential notation