NAnt SDK Documentation - v0.92

StringUtils Methods

The methods of the StringUtils class are listed below. For a complete list of StringUtils class members, see the StringUtils Members topic.

Public Static (Shared) Methods

Clone Creates a shallow copy of the specified StringCollection.
ConvertEmptyToNull Converts an empty string ("") to a null reference (Nothing in Visual Basic).
ConvertNullToEmpty Converts a null reference (Nothing in Visual Basic) to an empty string.
EndsWithObsolete. Determines whether the last character of the given String matches the specified character.
IsNullOrEmptyObsolete. Indicates whether or not the specified String is a null reference (Nothing in Visual Basic) or an Empty string.
Join Concatenates a specified separator String between each element of a specified StringCollection, yielding a single concatenated string.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

StringUtils Class | NAnt.Core.Util Namespace