FieldKernelToValue Method |
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object ToValue(
string displayText,
ValueConversionFlags flags
)
Public Function ToValue (
displayText As String,
flags As ValueConversionFlags
) As Object
Parameters
- displayText
- Type: SystemString
The text to convert to its corresponding raw value. - flags
- Type: NetQuarry.DataValueConversionFlags
Flags specifying how the conversion should be performed.
Return Value
Type:
ObjectThe raw value in the appropriate data type for the specified text.
Implements
IFieldToValue(String, ValueConversionFlags)See Also