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