TryParse Method
TryParse(String, out HLocalDateTime)
Converts the string representation of a date and time to its HLocalDateTime representation. A return value indicates whether the operation succeeded.
Declaration
public static bool TryParse(string s, out HLocalDateTime localDateTime)
Parameters
String | s | A string containing a date and time to convert. |
HLocalDateTime | localDateTime | When this method returns, contains the HLocalDateTime equivalent of
the date and time in |
Returns
Boolean |
|