System::Text::DecoderFallbackBuffer::Fallback method

DecoderFallbackBuffer::Fallback method

Implements actual fallback procedure.

virtual bool System::Text::DecoderFallbackBuffer::Fallback(ArrayPtr<uint8_t> bytesUnknown, int index)=0
ParameterTypeDescription
bytesUnknownArrayPtr<uint8_t>Array of bytes including the one decoder fails to decode.
indexintIndex of byte that triggered error.

ReturnValue

True if buffer processes unknown bytes, false if it ignores them.

See Also