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
Syntaxpublic static int EnumToInt32(
Enum enumValue
)
Public Shared Function EnumToInt32 (
enumValue As Enum
) As Integer
View SourceParameters
- enumValue
- Type: SystemEnum
The enumeration value to get the integer value of.
Return Value
Type:
Int32An integer that represents
enumValue.
See Also