XmlConvert.ToDateTime Method (String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.Xml (in System.Xml.dll)
Parameters
- s
- Type: System.String
The string to convert.
- format
- Type: System.String
The format structure to apply to the converted DateTime. Valid formats include "yyyy-MM-ddTHH:mm:sszzzzzz" and its subsets. The string is validated against this format.
| Exception | Condition |
|---|---|
| NullReferenceException | s is null. |
| FormatException | s or format is String.Empty -or- s does not contain a date and time that corresponds to format. |
Show: