Converts the specified string representation of a date to its Date equivalent.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public static Date Parse( string s ) |
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ s As String _ ) As Date |
Parameters
- s
- Type: System..::.String
A string containing a date to convert.