Summary
Returns a
string containing the full path of the source file and the line number in the source file at which the method is called.
- Namespace
- Cake
.Common .Diagnostics - Containing Type
- ScriptCallerInfo
Syntax
public override string ToString()
Return Value
| Type | Description |
|---|---|
| string |
A string containing the full path of the source file and the line number in the source file at which the method is called.
|
