[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 GetValueOrThrow()
Public Function GetValueOrThrow As T
public: T GetValueOrThrow()

The result of the parsing operation if it was successful.

This method is exactly equivalent to fetching the Value property, but more explicit in terms of throwing
an exception on failure.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)