ConvertReferenceNameToEnumObject Method

Get the value of the enumeration given its reference ReferenceNameAttribute

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object ReferenceNameToEnumObject(
	Type enumType,
	string value
)

Parameters

enumType  Type
Enum to which you want to check.
value  String
The reference value.

Return Value

Object
Object with the value of the enumeration given its reference.

Exceptions

See Also