Noda Time
Parse Method (text)
NamespacesNodaTime.TextLocalTimePatternParse(String)

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

Parses the given text value according to the rules of this pattern.
Declaration Syntax
C#Visual BasicVisual C++
public ParseResult<LocalTime> Parse(
	string text
)
Public Function Parse ( _
	text As String _
) As ParseResult(Of LocalTime)
public:
virtual ParseResult<LocalTime>^ Parse(
	String^ text
) sealed
Parameters
text (String)
The text value to parse.
Return Value
The result of parsing, which may be successful or unsuccessful.
Remarks
This method never throws an exception (barring a bug in Noda Time itself). Even errors such as the argument being null are wrapped in a parse result.

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