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