EncoderReplacementFallbackBuffer

EncoderReplacementFallbackBuffer


Represents a substitute input string that is used when the original input character cannot be encoded. This class cannot be inherited.


Implements:

EncoderFallbackBuffer 
IObject 

Public:

Properties:

NameDescription
 Remaining (get) Gets the number of characters in the replacement fallback buffer that remain to be processed.  

Methods:

NameDescription
 Equals Determines whether the specified value passed in is equal to the current object.  
 Fallback Indicates whether a replacement string can be used when an input surrogate pair cannot be encoded, or whether the surrogate pair can be ignored. Parameters specify the surrogate pair and the index position of the pair in the input.  
 GetHashCode Serves as the default hash function.  
 GetNextChar Retrieves the next character in the replacement fallback buffer.  
 MovePrevious Causes the next call to the GetNextChar method to access the character position in the replacement fallback buffer prior to the current character position.  
 Reset Initializes all internal state information and data in this instance of EncoderReplacementFallbackBuffer.  
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class EncoderReplacementFallbackBuffer Overview