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