ConvertPropertyValueFromEnumValueTypeAttribute Method

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

Definition

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

Parameters

property  PropertyInfo
Property value.
value  Object
The value of the property to convert.

Return Value

Object
Object with the the value of the property.

See Also