TextInfo Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current TextInfo object. |
| Equals | Overloaded. Overridden. Determines whether the specified object represents the same writing system as the current TextInfo object. |
| GetHashCode | Overridden. Serves as a hash function for the current TextInfo, suitable for hashing algorithms and data structures, such as a hash table. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReadOnly | Returns a read-only version of the specified TextInfo object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToLower | Overloaded. Converts the specified character or string to lowercase. |
| ToString | Overridden. Returns a string that represents the current TextInfo. |
| ToTitleCase | Converts the specified string to titlecase. |
| ToUpper | Overloaded. Converts the specified character or string to uppercase. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |