Operator Explicit
| Improve this Doc View SourceExplicit(_Guid to _String)
Declaration
public static explicit operator _String(_Guid x)
Parameters
Type | Name | Description |
---|---|---|
_Guid | x | A _Guid object. |
Returns
Type | Description |
---|---|
_String | A _String expression which contains the result. |
Explicit(_String to _Guid)
Declaration
public static explicit operator _Guid(_String x)
Parameters
Type | Name | Description |
---|---|---|
_String | x | A _String object. |
Returns
Type | Description |
---|---|
_Guid | A _Guid expression which contains the result. |