UTF16LittleEndianEncoder Class

Represents type UTF16LittleEndianEncoder.

Namespace: System.Encoding
TObject
  System.Encoding.Encoder
    System.Encoding.UTF16LittleEndianEncoder
type
 UTF16LittleEndianEncoder = class(Encoder)
 end;

The UTF16LittleEndianEncoder type exposes the following members.

Show:
 NameDescription
Decode(String)

Represents method Decode(String). (Overrides Encoder.Decode(String).)

Encode(String)

Represents method Encode(String). (Overrides Encoder.Encode(String).)

Top