XmlSerializationReaderToDateTime Method |
Produces a System.DateTime object from an input string.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected static DateTime ToDateTime(
string value
)
Parameters
- value
- Type: SystemString
A string to translate into a System.DateTime object.
Return Value
Type:
DateTimeA System.DateTime object.
See Also