Package apple.corefoundation.enums
Class CFNumberFormatterOptionFlags
- java.lang.Object
-
- apple.corefoundation.enums.CFNumberFormatterOptionFlags
-
public final class CFNumberFormatterOptionFlags extends java.lang.ObjectCreate a string representation of the given number or value using the current state of the number formatter.
-
-
Field Summary
Fields Modifier and Type Field Description static longkCFNumberFormatterParseIntegersOnlyonly parse integers
-
-
-
Field Detail
-
kCFNumberFormatterParseIntegersOnly
public static final long kCFNumberFormatterParseIntegersOnly
only parse integers- See Also:
- Constant Field Values
-
-