Share via


Char Members

The following tables list the members exposed by the Char type.

Public Fields

Name Description
Public Field Static MaxValue Represents the largest possible value of Char Structure. This field is constant.
Public Field Static MinValue Represents the smallest possible value of Char Structure. This field is constant.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToLower Converts the value of the current Char object to its lowercase equivalent.
Public Method ToString Converts the value of the current Char object to its equivalent string representation.
Public Method ToUpper Converts the value of the current Char object to its uppercase equivalent.

See Also

Reference

Char Structure
System Namespace