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.  
See Also