Click or drag to resize

HResultHelperEnumToInt32 Method

[This is preliminary documentation and is subject to change.]

Returns the integer value of an enumeration value.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static int EnumToInt32(
	Enum enumValue
)
View Source

Parameters

enumValue
Type: SystemEnum
The enumeration value to get the integer value of.

Return Value

Type: Int32
An integer that represents enumValue.
See Also