EMPrimitiveInputFormat Constants Reference
| Declared in | EMInputPrimitive.h |
|---|
EMPrimitiveInputFormat
Represents the allowed input format of the data.
Definition
typedef NS_ENUM(int, EMPrimitiveInputFormat ) {
EMPrimitiveInputFormatDecimalTwoFractionDigits,
EMPrimitiveInputFormatDigit,
EMPrimitiveInputFormatFixed,
};
Constants
EMPrimitiveInputFormatDecimalTwoFractionDigits-
A decimal number with two fraction digits such as “123.45”. Either ‘.’ or ‘,’ can be used a decimal separator.
Declared In
EMInputPrimitive.h. EMPrimitiveInputFormatDigit-
Ascii digit between ‘0’ to ‘9’
Declared In
EMInputPrimitive.h. EMPrimitiveInputFormatFixed-
The allowed input is fixed to a set of predefined values
Declared In
EMInputPrimitive.h.
Declared In
EMInputPrimitive.h