NAnt SDK Documentation - v0.92

PathSet.ToString Method 

Returns a textual representation of the path, which can be used as PATH environment variable definition.

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

Return Value

A textual representation of the path.

See Also

PathSet Class | NAnt.Core.Types Namespace