The StringUtility type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsPlural Obsolete.
Determines if a string is in plural form based on some simple rules.
Public methodStatic memberIsSingular Obsolete.
Determines if a string is in singular form based on some simple rules.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToCamelCase Obsolete.
Converts a string to use camelCase.
Public methodStatic memberToPascalCase Obsolete.
Converts a string to use PascalCase.
Public methodStatic memberToPlural Obsolete.
Converts a string to plural based on some simple rules.
Public methodStatic memberToSingular Obsolete.
Converts a string to singular based on some simple rules.
Public methodStatic memberToSpacedWords Obsolete.
Takes a NameIdentifier and spaces it out into words "Name Identifier".
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also