Noda Time
Value Property
NamespacesNodaTime.TextParseResult<(Of <(<'T>)>)>Value

[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.
Declaration Syntax
C#Visual BasicVisual C++
public T Value { get; }
Public ReadOnly Property Value As T
	Get
public:
property T Value {
	T get ();
}
Return Value
The result of the parsing operation if it was successful.
Remarks
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)