This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
CharacterInfo Methods
The methods of the CharacterInfo class are listed below. For a complete list of CharacterInfo class members, see the CharacterInfo Members topic.
Public:
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNumericValue |
[To be supplied.] |
GetType (inherited from Object) |
Gets the Type of the Object. |
GetUnicodeCategory |
[To be supplied.] |
IsControl |
Determines whether the specified character is a control code. |
IsDigit |
Determines whether the specified character is a decimal digit. |
IsLetter |
[To be supplied.] |
IsLower |
Determines whether the specified character is a lowercase character. |
IsMark |
[To be supplied.] |
IsNumer |
[To be supplied.] |
IsPrivateUse |
[To be supplied.] |
IsPunctuation |
Determines whether the specified character is a punctuation character. |
IsSeparator |
[To be supplied.] |
IsSurrogate |
[To be supplied.] |
IsSymbol |
Determines whether the specified character is a symbol character. |
IsUpper |
Determines whether the specified character is an uppercase character. |
IsWhiteSpace |
Determines whether the specified character is a white space character. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Protected:
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. |
See Also
CharacterInfo Class | System.Globalization Namespace