ConvertReferenceToEnumObject Method

Get the value of the enum given its reference ReferenceValueAttribute.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object ReferenceToEnumObject(
	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 enum given.

Exceptions

See Also