Click or drag to resize
XmlSerializationReaderToDateTime Method
Produces a System.DateTime object from an input string.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected static DateTime ToDateTime(
	string value
)

Parameters

value
Type: SystemString
A string to translate into a System.DateTime object.

Return Value

Type: DateTime
A System.DateTime object.
See Also