Summary
Returns the argument as a
string
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Argument
Syntax
public override string ToString()
Remarks
File and individual path elements will be quoted if necessary.
Return Value
Type | Description |
---|---|
string |
The argument as a string .
|