The methods of the Char structure are listed below. For a complete list of Char structure members, see the Char Members topic.
CompareTo | Compares this instance to the specified object. |
Equals | Compares two boxed objects. |
FromString | Retrieves the first character of a String. |
GetHashCode | Returns the hash code for a 2-byte Unicode character. |
GetType (inherited from Object) | Gets the Type of the Object. |
GetTypeCode | Retrieves the type code of an object. |
IsDigit | Determines whether the specified character is a digit. |
IsISOControl | Determines whether the specified character is an ISO control character. |
IsLetter | Determines whether the specified character is a letter. |
IsLetterOrDigit | Determines whether the specified character is a letter or a digit. |
IsLower | Determines whether the specified character is lowercase. |
IsPrintable | Determines whether the specified character is printable. |
IsPunctuation | Determines whether the specified character is a punctuation mark. |
IsTitleCase | Determines whether the specified character is a title case character. |
IsUnicodeIdentifierPart | Determines whether the specified character can be part of a Unicode identifier. |
IsUnicodeIdentifierStart | Determines whether the specified character can start a Unicode identifier. |
IsUpper | Determines whether the specified character is uppercase. |
IsWhiteSpace | Determines whether the specified character is white space. |
ToBoolean | Converts a string to a Boolean value. |
ToByte | Converts a Byte to a character. |
ToChar | Converts a character to a Char. |
ToDateTime | Converts this instance of a Char to a DateTime object. |
ToDecimal | Converts this instance of a Char to a Decimal format. |
ToDouble | Converts this instance of a Char as a Double. |
ToInt16 | Converts this instance of a Char to an Int16. |
ToInt32 | Converts this instance of a Char value to an Int32. |
ToInt64 | Converts this instance of a Char to an Int64. |
ToLower | Overloaded. Converts a Char to lowercase, |
ToSByte | Converts this instance of a Char to an SByte. |
ToSingle | Converts a Char to a Single. |
ToString | Overloaded. Converts this instance of Char to a String. |
ToType | Retrieves the Type for a specified Object. |
ToUInt16 | Converts a Char to a UInt16. |
ToUInt32 | Converts a Char to a UInt32. |
ToUInt64 | Converts a Char to a UInt64. |
ToUpper | Overloaded. Converts a Char to uppercase. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |