ConvertPropertyValueWithDataTypeAttribute Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object PropertyValueWithDataTypeAttribute(
PropertyInfo property,
Object value
)
Public Shared Function PropertyValueWithDataTypeAttribute (
property As PropertyInfo,
value As Object
) As Object
- property PropertyInfo
- Property value.
- value Object
- The value of the property to convert.
ObjectObject with the the value of the property.