FieldKernelValFromDispText Method (Object) |
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 valueIn
)
Protected Function ValFromDispText (
valueIn As Object
) As Object
Parameters
- valueIn
- Type: SystemObject
The display text to convert.
Return Value
Type:
ObjectThe converted, raw value.
See Also