Operator implicit operator
implicit operator string(SdfPath)
Declaration
public static implicit operator string(SdfPath value)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfPath | value |
Returns
| Type | Description |
|---|---|
| string |
implicit operator SdfPath(string)
Declaration
public static implicit operator SdfPath(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value |
Returns
| Type | Description |
|---|---|
| SdfPath |