class DecoderFallback

in global :: System . Text

Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.


public static DecoderFallback ExceptionFallback { get; }

Gets an object that throws an exception when an input byte sequence cannot be decoded.

  • Returns A type derived from the class. The default value is a object.

public int MaxCharCount { get; }

When overridden in a derived class, gets the maximum number of characters the current object can return.

  • Returns The maximum number of characters the current object can return.

public static DecoderFallback ReplacementFallback { get; }

Gets an object that outputs a substitute string in place of an input byte sequence that cannot be decoded.

  • Returns A type derived from the class. The default value is a object that emits the QUESTION MARK character ("?", U+003F) in place of unknown byte sequences.

public DecoderFallbackBuffer CreateFallbackBuffer( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.