Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_Int32Enum<T> to _String)

Converts the supplied _Int32Enum<T> to _String.

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

A _Int32Enum<T> object.

Returns
Type Description
_String

A _String expression which contains the result.

| Improve this Doc View Source

Explicit(_Int32Enum<T> to _Int32)

Converts the supplied _Int32Enum<T> to _Int32.

Declaration
public static explicit operator _Int32(_Int32Enum<T> x)
Parameters
Type Name Description
_Int32Enum<T> x

A _Int32Enum<T> object.

Returns
Type Description
_Int32

A _Int32 expression which contains the result.

| Improve this Doc View Source

Explicit(_Int32 to _Int32Enum<T>)

Converts the supplied _Int32 to _Int32Enum<T>.

Declaration
public static explicit operator _Int32Enum<T>(_Int32 x)
Parameters
Type Name Description
_Int32 x

A _Int32 object.

Returns
Type Description
_Int32Enum<T>

A _Int32Enum<T> expression which contains the result.

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