MonobjcMonobjc Documented Class Library
kUTTypeUTF16ExternalPlainText Field
NamespacesMonobjc.CoreServicesUTTypekUTTypeUTF16ExternalPlainText

The type identifier for plain text in a UTF-16 encoding. If the encoded text does not include a byte order mark (BOM), the data has "external representation" byte order (big-endian).

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kUTTypeUTF16ExternalPlainText
Public Shared ReadOnly kUTTypeUTF16ExternalPlainText As NSString
public:
static initonly NSString^ kUTTypeUTF16ExternalPlainText
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)