Encoder Class

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

The Encoder type exposes the following members.

Show:
 NameDescription
Decode(String)

Represents method Decode(String).

Encode(String)

Represents method Encode(String).

Top

Encoder is an abstract base class and can not be instantiated directly.