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.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public const string CharsetIdUtf16be |
Visual Basic |
---|
Public Const CharsetIdUtf16be As String |
Visual C++ |
---|
public:
literal String^ CharsetIdUtf16be |
F# |
---|
static val mutable CharsetIdUtf16be: string |
Field Value
Type:
String
See Also