Main Page | Packages | Class Tree | Index | Help

xp.util

class NumberSymbols

Object
  |
  +--xp.util.NumberSymbols


class NumberSymbols
extends Object

Represent the Number symbols for a specific locale


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
currencySymbol: String
The currencySymbol symbol

public
decimalSeparator: String
The decimalSeparator symbol

public
digit: String
The digit symbol

public
exponential: String
The exponential symbol

public
groupingSeparator: String
The groupingSeparator symbol

public
infinity: String
The infinity symbol

public
intlCurrencySymbol: String
The intlCurrencySymbol symbol

public
locale: Locale
The locale

public
minusSign: String
The minusSign symbol

public
monetarySeparator: String
The monetarySeparator symbol

public
NaN: String
The NaN symbol

public
numberPatterns: Array
The numberPatterns symbol

public
patternSeparator: String
The patternSeparator symbol

public
percent: String
The percent symbol

public
perMill: String
The perMill symbol

public
zeroDigit: String
The zeroDigit symbol

Constructor

public
NumberSymbols ( locale1: Locale)
Constructor On creation the number symbols data will be read from the locale



Field Documentation

currencySymbol

public var currencySymbol: String
The currencySymbol symbol

decimalSeparator

public var decimalSeparator: String
The decimalSeparator symbol

digit

public var digit: String
The digit symbol

exponential

public var exponential: String
The exponential symbol

groupingSeparator

public var groupingSeparator: String
The groupingSeparator symbol

infinity

public var infinity: String
The infinity symbol

intlCurrencySymbol

public var intlCurrencySymbol: String
The intlCurrencySymbol symbol

locale

public var locale: Locale
The locale

minusSign

public var minusSign: String
The minusSign symbol

monetarySeparator

public var monetarySeparator: String
The monetarySeparator symbol

NaN

public var NaN: String
The NaN symbol

numberPatterns

public var numberPatterns: Array
The numberPatterns symbol

patternSeparator

public var patternSeparator: String
The patternSeparator symbol

percent

public var percent: String
The percent symbol

perMill

public var perMill: String
The perMill symbol

zeroDigit

public var zeroDigit: String
The zeroDigit symbol


Constructor Documentation

NumberSymbols

public function NumberSymbols(locale1: Locale)
Constructor On creation the number symbols data will be read from the locale

Parameters:
locale1
The locale that these symbols are for

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc