Mono Class Library: System.Text.UTF8Encoding Overview | Members

System.Text.UTF8Encoding.GetDecoder Method

Returns a System.Text.Decoder for the current instance.

public override Decoder GetDecoder ()

Returns

A System.Text.Decoder for the current instance.

Remarks

Note:

This method overrides Encoding.GetDecoder .

Contrary to UTF8Encoding.GetChars(Byte[], int, int, Char[], int) , a decoder can convert partial sequences of bytes into partial sequences of characters by maintaining the appropriate state between the conversions.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0