Freigeben über


DkmILMemoryStringRead.CharacterSize Property

Definition

Number of bytes in each character. This should be set to 1 (ANSI/UTF-8), 2 (UTF-16) or 4 (UTF-32).

public:
 property System::UInt16 CharacterSize { System::UInt16 get(); };
public:
 property unsigned short CharacterSize { unsigned short get(); };
public ushort CharacterSize { get; }
member this.CharacterSize : uint16
Public ReadOnly Property CharacterSize As UShort

Property Value

Returns UInt16.

Applies to