NAnt SDK Documentation - v0.85-nightly-2005-11-09

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.
EndsWith Determines whether the last character of the given String matches the specified character.
IsNullOrEmpty 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) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

StringUtils Class | NAnt.Core.Util Namespace