Parse Method
Parse(string)
Converts the string representation of a date to its HLocalDate representation.
Declaration
public static HLocalDate Parse(string s)
Parameters
| string | s | A string containing a date to convert.  | 
    
Returns
| HLocalDate | A HLocalDate equivalent to the date contained in   | 
    
Exceptions
| FormatException | The   |