DateTime.TryParse Method
.NET Framework 2.0
Converts the specified string representation of a date and time to its DateTime equivalent.
DateTime Members
System Namespace
Parse
String
ParseExact
CultureInfo
CurrentInfo
| Name | Description |
|---|---|
| DateTime.TryParse (String, DateTime) | Converts the specified string representation of a date and time to its DateTime equivalent. |
| DateTime.TryParse (String, IFormatProvider, DateTimeStyles, DateTime) | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style. |
Reference
DateTime StructureDateTime Members
System Namespace
Parse
String
ParseExact
CultureInfo
CurrentInfo
Other Resources
Formatting OverviewCommunity Additions
ADD
Show: