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

[This is preliminary documentation and is subject to change.]

Indicates whether the parse operation was successful.
Declaration Syntax
C#Visual BasicVisual C++
public bool Success { get; }
Public ReadOnly Property Success As Boolean
	Get
public:
property bool Success {
	bool get ();
}
Remarks
This returns True if and only if fetching the value with the Value property will return with no exception.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)