IParseResult.Value property

The parsed object instance. Throws ParseException if the parsing was not successful.

public object? Value { get; }

See Also