Method ToPathFormat
ToPathFormat(PathFormat, PathOptions)
Converts the path to use a different format.
Declaration
IRelativePath ToPathFormat(PathFormat format, PathOptions options = PathOptions.NoUnfriendlyNames)
Parameters
| Type | Name | Description | 
|---|---|---|
| PathFormat | format | The format that the path should be converted to.  | 
    
| PathOptions | options | The options to use when parsing the new path.  | 
    
Returns
| Type | Description | 
|---|---|
| IRelativePath |