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