numberformat.js
No description.

File Location

/goog/i18n/numberformat.js

Classes

goog.i18n.NumberFormat
Constructor of NumberFormat.

Public Protected Private

Enumerations

Global Functions

goog.i18n.NumberFormat.isEnforceAsciiDigits() boolean
Return if Ascii digits is enforced.
Returns: boolean  If Ascii digits is enforced.
code »
goog.i18n.NumberFormat.setEnforceAsciiDigits(doEnforce)
Set if the usage of Ascii digits in formatting should be enforced.
Arguments:
doEnforce : boolean
Boolean value about if Ascii digits should be enforced.
code »

Directory i18n

File Reference