XmlConvert.ToDateTime Method
.NET Framework 3.0
Converts the String to a DateTime equivalent.
| Name | Description |
|---|---|
| XmlConvert.ToDateTime (String) | Converts the String to a DateTime equivalent. Supported by the .NET Compact Framework. |
| XmlConvert.ToDateTime (String, String) | Converts the String to a DateTime equivalent. Supported by the .NET Compact Framework. |
| XmlConvert.ToDateTime (String, String[]) | Converts the String to a DateTime equivalent. Supported by the .NET Compact Framework. |
| XmlConvert.ToDateTime (String, XmlDateTimeSerializationMode) | Converts the String to a DateTime using the XmlDateTimeSerializationMode specified Supported by the .NET Compact Framework. |