Uses of Class
org.robovm.apple.corefoundation.CFNumberFormatter
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFNumberFormatter in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFNumberFormatter Modifier and Type Method Description static CFNumberFormatterCFNumberFormatter. create(CFAllocator allocator, CFLocale locale, CFNumberFormatterStyle style)static CFNumberFormatterCFNumberFormatter. create(CFLocale locale, CFNumberFormatterStyle style)Methods in org.robovm.apple.corefoundation with parameters of type CFNumberFormatter Modifier and Type Method Description protected static StringCFNumberFormatter. format(CFAllocator allocator, CFNumberFormatter formatter, CFNumber number)protected static StringCFNumberFormatter. formatValue(CFAllocator allocator, CFNumberFormatter formatter, CFNumberType numberType, VoidPtr valuePtr)protected static CFNumberCFNumberFormatter. parse(CFAllocator allocator, CFNumberFormatter formatter, String string, CFRange rangep, CFNumberFormatterOptionFlags options)