1 override of ToDateTime
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
341public 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)
222return schemaType.ValueConverter.ToDateTime(Value); 238return XmlUntypedConverter.Untyped.ToDateTime(Value);