The BasicCardString type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | CharsetIdAscii |
7 bit ASCII (.Net Encoding Name "us-ascii")
|
![]() ![]() | CharsetIdLatin1 |
8 bit western European character set Latin 1, same as ISO8859-1 (.Net Encoding Name "iso-8859-1")
|
![]() ![]() | CharsetIdRaw |
8 bit raw data. Each .Net character (16bit) is assigned to one BasicCard character (8bit)
without conversion.
|
![]() ![]() | CharsetIdUtf16 |
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.
|
![]() ![]() | CharsetIdUtf16be |
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.
|
![]() ![]() | CharsetIdUtf16le |
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.
|
![]() ![]() | CharsetIdUtf8 |
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.
|
![]() ![]() | CharsetIdWindows |
8 bit western European (Windows) character set. (.Net encoding name "windows-1252")
|
![]() | data |
data
|