ICustomParser.ParseObject

ICustomParser.ParseObject method

Parses given string to proper value object.

public object ParseObject(string value)
ParameterTypeDescription
valueStringThe string value to be parsed

Return Value

Parsed value object from given string. If given string cannot be parsed to proper value object, returns null.

See Also