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

Location.ToString Method 

[This is preliminary documentation and subject to change.]

Returns the file name, line number and a trailing space. An error message can be appended easily. For unknown locations, returns an empty string.

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

Return Value

Missing <returns> documentation for M:NAnt.Core.Location.ToString

Remarks

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

See Also

Location Class | NAnt.Core Namespace