W3cubDocs

/Haxe C#

NumberFormatInfo

package cs.system.globalization

implements ICloneable, IFormatProvider

@:final@:libType@:csNative@:native("System.Globalization.NumberFormatInfo") Available on cs

Constructor

@:final @:overload new ()

Variables

CurrencyDecimalDigits:Int

CurrencyDecimalSeparator:String

CurrencyGroupSeparator:String

CurrencyGroupSizes:NativeArray<Int>

CurrencyNegativePattern:Int

CurrencyPositivePattern:Int

CurrencySymbol:String

DigitSubstitution:DigitShapes

read only IsReadOnly: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

@:final @:overload Clone ():Dynamic

@:final @:overload GetFormat (formatType:Type):Dynamic

Static variables

static read only CurrentInfo:NumberFormatInfo

static read only InvariantInfo:NumberFormatInfo

Static methods

@:final @:overload static GetInstance (formatProvider:IFormatProvider):NumberFormatInfo

@:final @:overload static ReadOnly (nfi:NumberFormatInfo):NumberFormatInfo

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