EMPrimitiveTextFormat
Objective-C
enum EMPrimitiveTextFormat : int {}
Swift
enum EMPrimitiveTextFormat : Int32, @unchecked Sendable
Represents the allowed input format of the data.
-
Input is restricted to ISO8859-15
Declaration
Objective-C
EMPrimitiveTextFormatIso8859_15Swift
case iso8859_15 = 0 -
Input has no restriction
Declaration
Objective-C
EMPrimitiveTextFormatBinarySwift
case binary = 1
EMPrimitiveTextFormat Enumeration Reference