Version

IEncoding Interface Members

The following tables list the members exposed by IEncoding.

Public Properties
 NameDescription
 PropertyCodePageGets the code page.  
 PropertyFallbackCharacterGets the best fit character when a fallback occurs.  
 PropertyNameGets the name.  
Public Methods
 NameDescription
 MethodGetByteCountWhen overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array.  
 MethodGetBytesWhen overridden in a derived class, encodes a set of characters from the specified character array into the specified byte array.  
 MethodGetCharCountWhen overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.  
 MethodGetCharsWhen overridden in a derived class, decodes a sequence of bytes from the specified byte array into the specified character array.  
 MethodGetMaxByteCountWhen overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters.  
 MethodGetMaxCharCountWhen overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.  
See Also