HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • 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

class DecimalStyle

package java.time.format

@:native("java.time.format.DecimalStyle")@:libType

Available on jvm

Static variables

staticfinalread onlySTANDARD:DecimalStyle

Static methods

staticgetAvailableLocales():Set<Locale>

staticof(param1:Locale):DecimalStyle

staticofDefaultLocale():DecimalStyle

Methods

convertNumberToI18N(param1:String):String

convertToDigit(param1:Char16):Int

equals(param1:Dynamic):Bool

getDecimalSeparator():Char16

getNegativeSign():Char16

getPositiveSign():Char16

getZeroDigit():Char16

hashCode():Int

toString():String

withDecimalSeparator(param1:Char16):DecimalStyle

withNegativeSign(param1:Char16):DecimalStyle

withPositiveSign(param1:Char16):DecimalStyle

withZeroDigit(param1:Char16):DecimalStyle

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe