NAnt SDK Documentation - v0.92

CategoryCollection.ToString Method 

Returns a comma-delimited list of categories.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A comma-delimited list of categories, or an empty String if there are no categories.

See Also

CategoryCollection Class | NAnt.NUnit2.Types Namespace