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