Available on php
See also:
https://www.php.net/manual/en/class.numberformatter.php
@:phpClassConststaticfinalread onlyCURRENCY:Int
@:phpClassConststaticfinalread onlyCURRENCY_ACCOUNTING:Int
@:phpClassConststaticfinalread onlyCURRENCY_CODE:Int
@:phpClassConststaticfinalread onlyCURRENCY_SYMBOL:Int
@:phpClassConststaticfinalread onlyDECIMAL:Int
@:phpClassConststaticfinalread onlyDECIMAL_ALWAYS_SHOWN:Int
@:phpClassConststaticfinalread onlyDECIMAL_SEPARATOR_SYMBOL:Int
@:phpClassConststaticfinalread onlyDEFAULT_RULESET:Int
@:phpClassConststaticfinalread onlyDEFAULT_STYLE:Int
@:phpClassConststaticfinalread onlyDIGIT_SYMBOL:Int
@:phpClassConststaticfinalread onlyDURATION:Int
@:phpClassConststaticfinalread onlyEXPONENTIAL_SYMBOL:Int
@:phpClassConststaticfinalread onlyFORMAT_WIDTH:Int
@:phpClassConststaticfinalread onlyFRACTION_DIGITS:Int
@:phpClassConststaticfinalread onlyGROUPING_SEPARATOR_SYMBOL:Int
@:phpClassConststaticfinalread onlyGROUPING_SIZE:Int
@:phpClassConststaticfinalread onlyGROUPING_USED:Int
@:phpClassConststaticfinalread onlyIGNORE:Int
@:phpClassConststaticfinalread onlyINFINITY_SYMBOL:Int
@:phpClassConststaticfinalread onlyINTEGER_DIGITS:Int
@:phpClassConststaticfinalread onlyINTL_CURRENCY_SYMBOL:Int
@:phpClassConststaticfinalread onlyLENIENT_PARSE:Int
@:phpClassConststaticfinalread onlyMAX_FRACTION_DIGITS:Int
@:phpClassConststaticfinalread onlyMAX_INTEGER_DIGITS:Int
@:phpClassConststaticfinalread onlyMAX_SIGNIFICANT_DIGITS:Int
@:phpClassConststaticfinalread onlyMINUS_SIGN_SYMBOL:Int
@:phpClassConststaticfinalread onlyMIN_FRACTION_DIGITS:Int
@:phpClassConststaticfinalread onlyMIN_INTEGER_DIGITS:Int
@:phpClassConststaticfinalread onlyMIN_SIGNIFICANT_DIGITS:Int
@:phpClassConststaticfinalread onlyMONETARY_GROUPING_SEPARATOR_SYMBOL:Int
@:phpClassConststaticfinalread onlyMONETARY_SEPARATOR_SYMBOL:Int
@:phpClassConststaticfinalread onlyMULTIPLIER:Int
@:phpClassConststaticfinalread onlyNAN_SYMBOL:Int
@:phpClassConststaticfinalread onlyNEGATIVE_PREFIX:Int
@:phpClassConststaticfinalread onlyNEGATIVE_SUFFIX:Int
@:phpClassConststaticfinalread onlyORDINAL:Int
@:phpClassConststaticfinalread onlyPADDING_CHARACTER:Int
@:phpClassConststaticfinalread onlyPADDING_POSITION:Int
@:phpClassConststaticfinalread onlyPAD_AFTER_PREFIX:Int
@:phpClassConststaticfinalread onlyPAD_AFTER_SUFFIX:Int
@:phpClassConststaticfinalread onlyPAD_BEFORE_PREFIX:Int
@:phpClassConststaticfinalread onlyPAD_BEFORE_SUFFIX:Int
@:phpClassConststaticfinalread onlyPAD_ESCAPE_SYMBOL:Int
@:phpClassConststaticfinalread onlyPARSE_INT_ONLY:Int
@:phpClassConststaticfinalread onlyPATTERN_DECIMAL:Int
@:phpClassConststaticfinalread onlyPATTERN_RULEBASED:Int
@:phpClassConststaticfinalread onlyPATTERN_SEPARATOR_SYMBOL:Int
@:phpClassConststaticfinalread onlyPERCENT:Int
@:phpClassConststaticfinalread onlyPERCENT_SYMBOL:Int
@:phpClassConststaticfinalread onlyPERMILL_SYMBOL:Int
@:phpClassConststaticfinalread onlyPLUS_SIGN_SYMBOL:Int
@:phpClassConststaticfinalread onlyPOSITIVE_PREFIX:Int
@:phpClassConststaticfinalread onlyPOSITIVE_SUFFIX:Int
@:phpClassConststaticfinalread onlyPUBLIC_RULESETS:Int
@:phpClassConststaticfinalread onlyROUNDING_INCREMENT:Int
@:phpClassConststaticfinalread onlyROUNDING_MODE:Int
@:phpClassConststaticfinalread onlyROUND_CEILING:Int
@:phpClassConststaticfinalread onlyROUND_DOWN:Int
@:phpClassConststaticfinalread onlyROUND_FLOOR:Int
@:phpClassConststaticfinalread onlyROUND_HALFDOWN:Int
@:phpClassConststaticfinalread onlyROUND_HALFEVEN:Int
@:phpClassConststaticfinalread onlyROUND_HALFUP:Int
@:phpClassConststaticfinalread onlyROUND_UP:Int
@:phpClassConststaticfinalread onlySCIENTIFIC:Int
@:phpClassConststaticfinalread onlySECONDARY_GROUPING_SIZE:Int
@:phpClassConststaticfinalread onlySIGNIFICANT_DIGITS_USED:Int
@:phpClassConststaticfinalread onlySIGNIFICANT_DIGIT_SYMBOL:Int
@:phpClassConststaticfinalread onlySPELLOUT:Int
@:phpClassConststaticfinalread onlyTYPE_CURRENCY:Int
@:phpClassConststaticfinalread onlyTYPE_DEFAULT:Int
@:phpClassConststaticfinalread onlyTYPE_DOUBLE:Int
@:phpClassConststaticfinalread onlyTYPE_INT32:Int
@:phpClassConststaticfinalread onlyTYPE_INT64:Int
@:phpClassConststaticfinalread onlyZERO_DIGIT_SYMBOL:Int
staticcreate(locale:String, style:Int, ?pattern:String):EitherType<NumberFormatter, Bool>
new(locale:String, style:Int, ?pattern:String)
format(value:EitherType<Int, Float>, ?type:Int):EitherType<String, Bool>
formatCurrency(value:Float, currency:String):EitherType<String, Bool>
getAttribute(attr:Int):EitherType<Int, Bool>
getErrorCode():Int
getErrorMessage():String
getLocale(?type:Int):String
getPattern():EitherType<String, Bool>
getSymbol(attr:Int):EitherType<String, Bool>
getTextAttribute(attr:Int):EitherType<String, Bool>
parse(value:String, ?type:Int, ?position:Ref<Int>):EitherType<Int, EitherType<Float, EitherType<String, Bool>>>
parseCurrency(value:String, currency:Ref<String>, ?position:Ref<Int>):EitherType<Float, Bool>
setAttribute(attr:Int, value:Int):Bool
setPattern(pattern:String):Bool
setSymbol(attr:Int, value:String):Bool
setTextAttribute(attr:Int, value:String):Bool