![]() 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 | Obsolete. Determines whether the last character of the given String matches the specified character. |
![]() IsNullOrEmpty | Obsolete. 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. |
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. |
StringUtils Class | NAnt.Core.Util Namespace