GOA - System.Char

Char Class


Represents a Unicode character. This class cannot be inherited.

Definition

public sealed class Char: Object, IComparable

Members Table

MethodDescription
CompareToCompares this instance to a specified object.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns the hash code for this instance.
GetTypeGets the Type of the current instance. (Inherited from Object)
IsDigitIndicates whether the specified Unicode character is a decimal digit.
IsWhiteSpaceOverloaded. Indicates wether the specified Unicode character is categorized as white space.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToLowerConverts the value of a Unicode character to its lowercase equivalent.
ToStringOverriden. Converts the value of this instance to its equivalent string representation.
ToUpperConverts the value of a Unicode character to its uppercase equivalent.
ConstantDescription
MaxValueRepresents the largest possible value of a Char.
MinValueRepresents the smallest possible value of a Char.

Inheritance Hierarchy

Object
Char

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.