Click or drag to resize

FieldKernelValFromDispText Method (Object, ConvertValOpts)

Convert a DisplayText value, that is a value as it would be displayed to the user, to a raw value of the appropriate type.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Object ValFromDispText(
	Object vValueIn,
	ConvertValOpts options
)

Parameters

vValueIn
Type: SystemObject
The display text to convert.
options
Type: NetQuarry.DataConvertValOpts
Conversion options.

Return Value

Type: Object
The converted, raw value. If error suppression is specified and the conversion fails, numeric fields return zero.
See Also