The BasicCardString type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCharsetIdAscii
7 bit ASCII (.Net Encoding Name "us-ascii")
Public fieldStatic memberCharsetIdLatin1
8 bit western European character set Latin 1, same as ISO8859-1 (.Net Encoding Name "iso-8859-1")
Public fieldStatic memberCharsetIdRaw
8 bit raw data. Each .Net character (16bit) is assigned to one BasicCard character (8bit) without conversion.
Public fieldStatic memberCharsetIdUtf16
16 bit UCS transformation format, byte order identified by an optional byte-order mark (.Net Encoding Name "UTF-16"). Each .Net character is stored within 2 BASIC characters (16 bit) of the BasicCard string.
Public fieldStatic memberCharsetIdUtf16be
16 bit UCS transformation format, big-endian byte order (.Net Encoding Name "UTF-16BE"). Each .Net (Unicode) character is stored within 2 BASIC characters (16 bit) of the BasicCard string. Big-endian format is used to place the single .Net character within two BASIC characters.
Public fieldStatic memberCharsetIdUtf16le
16 bit UCS transformation format, little-endian byte order (.Net Encoding Name "UTF-16BE"). Each .Net (Unicode) character is stored within 2 BASIC characters (16 bit) of the BasicCard string. Little-endian format is used to place the single .Net character within two BASIC characters.
Public fieldStatic memberCharsetIdUtf8
8 bit UCS transformation format. The UTF-8 character set uses one byte for most important (ASCII) characters and multiple bytes for less commonly used or none western european characters.
Public fieldStatic memberCharsetIdWindows
8 bit western European (Windows) character set. (.Net encoding name "windows-1252")
Protected fielddata
data

See Also