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