Uses of Class
org.robovm.apple.foundation.NSNumberFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSNumberFormatterStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSNumberFormatterStyle Modifier and Type Method Description NSNumberFormatterStyleNSNumberFormatter. getNumberStyle()static NSNumberFormatterStyleNSNumberFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSNumberFormatterStyleNSNumberFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSNumberFormatterStyle[]NSNumberFormatterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSNumberFormatterStyle Modifier and Type Method Description static StringNSNumberFormatter. formatLocalized(NSNumber num, NSNumberFormatterStyle nstyle)voidNSNumberFormatter. setNumberStyle(NSNumberFormatterStyle v)