NodePath.Implicit Operator
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Implicit(String to NodePath)
Convert the value of path
to the instance of the NodePath.
Declaration
public static implicit operator NodePath(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to convert to the NodePath. |
Returns
Type | Description |
---|---|
NodePath |
Exceptions
Type | Condition |
---|---|
NodePathException | Exception is thrown when the |