[This is preliminary documentation and is subject to change.]
Returns the value from the parse operation if it was successful, or throws an exception indicating the parse failure
otherwise.

C# | Visual Basic | Visual C++ |
public T Value { get; }
Public ReadOnly Property Value As T Get
public: property T Value { T get (); }

The result of the parsing operation if it was successful.

This method is exactly equivalent to calling the GetValueOrThrow()()()() method, but is terser if the code is
already clear that it will throw if the parse failed.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)