ConvertPropertyValueToEnumValueTypeAttribute Method
Converts the value of the property enumeration to the value type indicated in the
EnumValueTypeAttribute attribute.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object PropertyValueToEnumValueTypeAttribute(
PropertyInfo property,
Object enumValue
)
Public Shared Function PropertyValueToEnumValueTypeAttribute (
property As PropertyInfo,
enumValue As Object
) As Object
- property PropertyInfo
- Property value.
- enumValue Object
ObjectObject with the converted enumeration property value.