Version 24.2 (latest)

IEncoding Interface Methods

For a list of all members of this type, see IEncoding members.

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