UTF8Encoder Class

Represents type UTF8Encoder.

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

The UTF8Encoder 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