Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Object ToValue(
string displayText,
ValueConversionFlags flags
)
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.
See Also