Method ToString
ToString()
Returns a string representation of the path, separating components with '/'.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
See Also
ToString(Char)
Returns a string representation of the path, separating components with the given delimiter.
Declaration
public virtual string ToString(char delimiter)
Parameters
Type | Name | Description |
---|---|---|
System.Char | delimiter |
Returns
Type | Description |
---|---|
System.String |