Char Members
The following tables list the members exposed by the Char type.
Public Fields
Name | Description | |
---|---|---|
MaxValue | Represents the largest possible value of Char Structure. This field is constant. | |
MinValue | Represents the smallest possible value of Char Structure. This field is constant. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToLower | Converts the value of the current Char object to its lowercase equivalent. | |
ToString | Converts the value of the current Char object to its equivalent string representation. | |
ToUpper | Converts the value of the current Char object to its uppercase equivalent. |