ConversionsEnumToUInt64 Method (String, Type) |
Converts a string representation of an enum value to an unsigned 64-bit integer.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ulong EnumToUInt64(
string text,
Type enumType
)
Parameters
- text
- Type: SystemString
The input text. - enumType
- Type: SystemType
The enum type.
Return Value
Type:
UInt64An unsigned 64-bit integer.
Exceptions See Also