Click or drag to resize

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
)

Parameters

vValue
Type: SystemObject
The value to convert.

Return Value

Type: Object
The converted value.
See Also