System::Text::DecoderFallbackBuffer::GetNextChar method

DecoderFallbackBuffer::GetNextChar method

Extracts next character in fallback buffer.

virtual char_t System::Text::DecoderFallbackBuffer::GetNextChar()=0

ReturnValue

Extracted character or 0x0000 to indicate sequence end.

See Also