ConvertPropertyValueWithDataTypeAttribute Method

Converts the value of the property using the DataTypeAttribute attribute.

Definition

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