System::Text::EncoderFallbackBuffer::GetNextChar method

EncoderFallbackBuffer::GetNextChar method

Extracts next character in fallback buffer.

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

ReturnValue

Extracted character or 0x0000 to indicate sequence end.

See Also