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