1 override of ToDateTime
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
341
public override DateTime
ToDateTime
(string value) { return (DateTime)ChangeType((object)value, DateTimeType, null); }
2 references to ToDateTime
System.Private.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
222
return schemaType.ValueConverter.
ToDateTime
(Value);
238
return XmlUntypedConverter.Untyped.
ToDateTime
(Value);