Search notes:

System.Text.Encoder (class)

An instance of System.Text.Encoder is able to convert sequences of characters into byte arrays that correspond to the converted characters in a given encoding.
Such an instance should be obtained by calling GetDecoder from a class that implements System.Text.Encoder.

See also

System.Text.Decoder.

Index