HaxeAPI
  • Version 4.1.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class NumberFormatInfo

package cs.system.globalization

implements ICloneable, IFormatProvider

@:nativeGen@:libType@:csNative@:native("System.Globalization.NumberFormatInfo")

Available on cs

Static variables

staticread onlyCurrentInfo:NumberFormatInfo

staticread onlyInvariantInfo:NumberFormatInfo

Static methods

@:overloadstaticGetInstance(formatProvider:IFormatProvider):NumberFormatInfo

@:overloadstaticReadOnly(nfi:NumberFormatInfo):NumberFormatInfo

Constructor

@:overloadfinalnew()

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

@:overloadfinalClone():Dynamic

@:overloadfinalGetFormat(formatType:Type):Dynamic

This documentation is generated for version 4.1.0

© 2024  Haxe Foundation | Contribute to Haxe