DateTime.Parse Method (String)
.NET Framework (current version)
Converts the string representation of a date and time to its DateTime equivalent.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- s
-
Type:
System.String
A string that contains a date and time to convert.
| Exception | Condition |
|---|---|
| ArgumentNullException | s is null. |
| FormatException | s does not contain a valid string representation of a date and time. |
Note |
|---|
For examples and comprehensive usage information about this and other overloads of the Parse method, see the Parseoverload summary. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show:
