System.Text.EncoderExceptionFallbackBuffer.GetNextChar Method

Retrieves the next character in the exception fallback buffer.

Syntax

public override char GetNextChar ()

Returns

The return value is always the Unicode character, NULL (U+0000).

A return value is defined, although it is unchanging, because this method implements an abstract method.

Remarks

Because System.Text.EncoderExceptionFallbackBuffer has no actual exception data buffer, the EncoderExceptionFallbackBuffer.GetNextChar method always returns the Unicode NULL character.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0