IParserParseTextValue Method |
Must throw Exception if parsing failed
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Object ParseTextValue(
Type type,
string text
)
Function ParseTextValue (
type As Type,
text As String
) As Object
Parameters
- type
- Type: SystemType
property type - text
- Type: SystemString
property text value
Return Value
Type:
Object[Missing <returns> documentation for "M:Jeneva.IParser.ParseTextValue(System.Type,System.String)"]
See Also