DateTime.Parse Method
.NET Framework 3.0
Converts the specified string representation of a date and time to its DateTime equivalent.
| Name | Description |
|---|---|
| DateTime.Parse (String) | Converts the specified string representation of a date and time to its DateTime equivalent. Supported by the .NET Compact Framework. |
| DateTime.Parse (String, IFormatProvider) | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information. Supported by the .NET Compact Framework. |
| DateTime.Parse (String, IFormatProvider, DateTimeStyles) | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: