FieldKernelValFromRawValue Method |
Convert a raw value to a value of the expected type for this field.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected Object ValFromRawValue(
Object vValue
)
Protected Function ValFromRawValue (
vValue As Object
) As Object
Parameters
- vValue
- Type: SystemObject
The value to convert.
Return Value
Type:
ObjectThe converted value.
See Also