Char Class
Represents a Unicode character. This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the Char object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| CompareTo | Compares this instance to a specified object. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetHashCode | Overriden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsDigit | Indicates whether the specified Unicode character is a decimal digit. |
| IsWhiteSpace | Overloaded. Indicates wether the specified Unicode character is categorized as white space. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToLower | Converts the value of a Unicode character to its lowercase equivalent. |
| ToString | Overriden. Converts the value of this instance to its equivalent string representation. |
| ToUpper | Converts the value of a Unicode character to its uppercase equivalent. |
Constants
| Constant | Description |
|---|
| MaxValue | Represents the largest possible value of a Char. |
| MinValue | Represents the smallest possible value of a Char. |
Inheritance Hierarchy
ObjectChar
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|