DecoderReplacementFallbackBuffer::GetNextChar Method ()
.NET Framework (current version)
Retrieves the next character in the replacement fallback buffer.
Assembly: mscorlib (in mscorlib.dll)
The Encoding::GetBytes and Decoder::Convert methods call Fallback if they encounter an unknown surrogate pair or character in their input. If the return value of Fallback is true, the calling method can invoke GetNextChar to obtain each character of the replacement fallback buffer.
.NET Framework
Available since 2.0
Available since 2.0
Show: