2 references to ToDateTime
System.Private.Xml (2)
System\Xml\Serialization\Xmlcustomformatter.cs (1)
388return XmlConvert.ToDateTime(value, formats);
System\Xml\XmlConvert.cs (1)
1197return ToDateTime(s, AllDateTimeFormats);