NumberFormatInfo

package cs.system.globalization

implements ICloneable, IFormatProvider

Available on cs

Static variables

staticread onlyCurrentInfo:NumberFormatInfo

staticread onlyInvariantInfo:NumberFormatInfo

Static methods

staticGetInstance(formatProvider:IFormatProvider):NumberFormatInfo

staticReadOnly(nfi:NumberFormatInfo):NumberFormatInfo

Constructor

finalnew()

Variables

CurrencyDecimalDigits:Int

CurrencyDecimalSeparator:String

CurrencyGroupSeparator:String

CurrencyGroupSizes:NativeArray<Int>

CurrencyNegativePattern:Int

CurrencyPositivePattern:Int

CurrencySymbol:String

DigitSubstitution:DigitShapes

read onlyIsReadOnly:Bool

NaNSymbol:String

NativeDigits:NativeArray<String>

NegativeInfinitySymbol:String

NegativeSign:String

NumberDecimalDigits:Int

NumberDecimalSeparator:String

NumberGroupSeparator:String

NumberGroupSizes:NativeArray<Int>

NumberNegativePattern:Int

PerMilleSymbol:String

PercentDecimalDigits:Int

PercentDecimalSeparator:String

PercentGroupSeparator:String

PercentGroupSizes:NativeArray<Int>

PercentNegativePattern:Int

PercentPositivePattern:Int

PercentSymbol:String

PositiveInfinitySymbol:String

PositiveSign:String

Methods

finalClone():Dynamic

finalGetFormat(formatType:Type):Dynamic

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/globalization/NumberFormatInfo.html