ConvertPropertyValueToEnumValueTypeAttribute Method

Converts the value of the property enumeration to the value type indicated in the EnumValueTypeAttribute attribute.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object PropertyValueToEnumValueTypeAttribute(
	PropertyInfo property,
	Object enumValue
)

Parameters

property  PropertyInfo
Property value.
enumValue  Object

Return Value

Object
Object with the converted enumeration property value.

See Also