class EncoderFallback
Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.
public static EncoderFallback ExceptionFallback { get; }
Gets an object that throws an exception when an input character cannot be encoded.
- 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 EncoderFallback ReplacementFallback { get; }
Gets an object that outputs a substitute string in place of an input character that cannot be encoded.
- Returns A type derived from the class. The default value is a object that replaces unknown input characters with the QUESTION MARK character ("?", U+003F).
public EncoderFallbackBuffer 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.