Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest