Converts the specified Boolean to its equivalent string representation.
Inherited from Object.
public virtual string ToString();
Converts the specified Boolean to its equivalent string representation.
public static string ToString(bool);
BooleanConversionFunctions Class | NAnt.Core.Functions Namespace