Constructordojo.number.__FormatOptions

dojo.require("dojo.number");
defined in dojo/number.js

Usage

function () (view source)

PropertiesBack to top

an [ISO4217](http://en.wikipedia.org/wiki/ISO_4217) currency code, a three letter sequence like "USD"
override the locale used to determine formatting rules
override [formatting pattern](http://www.unicode.org/reports/tr35/#Number_Format_Patterns) with this string
fixed number of decimal places to show. This overrides any information in the provided pattern.
5 rounds to nearest .5; 0 rounds to nearest whole (default). -1 means don't round.
localized currency symbol
choose a format type based on the locale from the following: decimal, scientific, percent, currency. decimal by default.