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