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

PathSet.ToString Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.PathSet.ToString

See Also

PathSet Class | NAnt.Core.Types Namespace