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