| IEngineParseValue Method |
Parses the given string based on its data type.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax Object ParseValue(
string text,
DataType type
)
Parameters
- text
- Type: SystemString
The string to parse. - type
- Type: Opait.ApiDataType
The data type of the parsed value.
Return Value
Type:
ObjectThe parsed value, or null if the value could not be parsed.
See Also