IParseResult<T>.Value property

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

public T Value { get; }

See Also