Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_Int16Enum<T> to _String)

Converts the supplied _Int16Enum<T> to _String.

Declaration
public static explicit operator _String(_Int16Enum<T> x)
Parameters
Type Name Description
_Int16Enum<T> x

A _Int16Enum<T> object.

Returns
Type Description
_String

A _String expression which contains the result.

| Improve this Doc View Source

Explicit(_Int16Enum<T> to _Int16)

Converts the supplied _Int16Enum<T> to _Int16.

Declaration
public static explicit operator _Int16(_Int16Enum<T> x)
Parameters
Type Name Description
_Int16Enum<T> x

A _Int16Enum<T> object.

Returns
Type Description
_Int16

A _Int16 expression which contains the result.

| Improve this Doc View Source

Explicit(_Int16 to _Int16Enum<T>)

Converts the supplied _Int16 to _Int16Enum<T>.

Declaration
public static explicit operator _Int16Enum<T>(_Int16 x)
Parameters
Type Name Description
_Int16 x

A _Int16 object.

Returns
Type Description
_Int16Enum<T>

A _Int16Enum<T> expression which contains the result.

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