[This is preliminary documentation and is subject to change.]
Returns the success value, and sets the out parameter to either
the specified failure value of T or the successful parse result value.

C# | Visual Basic | Visual C++ |
public bool TryGetValue( T failureValue, out T result )
Public Function TryGetValue ( _ failureValue As T, _ <OutAttribute> ByRef result As T _ ) As Boolean
public: bool TryGetValue( T failureValue, [OutAttribute] T% result )

True if this parse result was successful, or false otherwise.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)