Foundation.NSStringEncoding Enumeration
Encodings supported by NSString.Encode.

Syntax

[ObjCRuntime.Native]
public enum NSStringEncoding

Remarks

The encodings supported by NSData and NSString.

Members

Member NameDescription
ASCIIStringEncodingASCII encoding contains, 7-bit of information stored in 8 bits.
ISO2022JP
ISOLatin18-bit ISO/IEC 8859-1, also knows as Latin1 encoding.
ISOLatin28-bit ISO/IEC 8859-2, also knows as Latin2 encoding.
JapaneseEUCDocumentation for this section has not yet been entered.
MacOSRomanDocumentation for this section has not yet been entered.
NEXTSTEPDocumentation for this section has not yet been entered.
NonLossyASCIIDocumentation for this section has not yet been entered.
ShiftJISDocumentation for this section has not yet been entered.
SymbolDocumentation for this section has not yet been entered.
UnicodeDocumentation for this section has not yet been entered.
UTF16BigEndian16 bit-based variable length encoding, blocks are interpreted as big endian.
UTF16LittleEndian16 bit-based variable length encoding, blocks are interpreted as litle endian.
UTF3232-bit unicode encoding.
UTF32BigEndian32 bit encoding, blocks are interpreted as big endian.
UTF32LittleEndian32 bit encoding, blocks are interpreted as little endian.
UTF88-bit based variable-length character encoding for Unicode.
WindowsCP1250
WindowsCP1251
WindowsCP1252
WindowsCP1253
WindowsCP1254

Requirements

Namespace: Foundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0