The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DateTime::Parse Method (String^, IFormatProvider^)
.NET Framework (current version)
Converts the string representation of a date and time to its DateTime equivalent by using culture-specific format information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- s
-
Type:
System::String^
A string that contains a date and time to convert.
- provider
-
Type:
System::IFormatProvider^
An object that supplies culture-specific format information about s.
Return Value
Type: System::DateTimeAn object that is equivalent to the date and time contained in s as specified by provider.
| 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:
