Click or drag to resize

ConversionsEnumToUInt64 Method (String, Type)

Converts a string representation of an enum value to an unsigned 64-bit integer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ulong EnumToUInt64(
	string text,
	Type enumType
)

Parameters

text
Type: SystemString
The input text.
enumType
Type: SystemType
The enum type.

Return Value

Type: UInt64
An unsigned 64-bit integer.
Exceptions
ExceptionCondition
ArgumentNullExceptionenumType is null.
See Also