EncodingInfo

EncodingInfo


Contains information about a specific encoding.


Implements:

IObject 

Public:

Properties:

NameDescription
 CodePage (get) Returns the code page for the specific encoding.  
 DisplayName (get) Returns the displayable name of the encoding.  
 Name (get) Returns the normal name of the encoding.  

Methods:

NameDescription
 Equals This function determines if the value passed in is the same as the current object instance. Meaning, are the Value and this object the same object in memory.  
 GetEncoding Returns an encoding object that used the code page specified by this encoding.  
 GetHashCode Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr. If a different method needs to be impelmented then change the method here in this function.  
 ToString Returns a string representation of this object instance. The default method simply returns the application name and class name in which this class resides.

A Person class may return the persons name instead.  

See Also

Project CorLib Overview

Class EncodingInfo Overview