The StringUtility type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsPlural |  Obsolete.  
            Determines if a string is in plural form based on some simple rules.
              | |
| IsSingular |  Obsolete.  
            Determines if a string is in singular form based on some simple rules.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToCamelCase |  Obsolete.  
            Converts a string to use camelCase.
              | |
| ToPascalCase |  Obsolete.  
            Converts a string to use PascalCase.
              | |
| ToPlural |  Obsolete.  
            Converts a string to plural based on some simple rules.
              | |
| ToSingular |  Obsolete.  
            Converts a string to singular based on some simple rules.
              | |
| ToSpacedWords |  Obsolete.  
            Takes a NameIdentifier and spaces it out into words "Name Identifier".
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |