Base:
method
ToDateTime
System.Xml.Schema.XmlBaseConverter.ToDateTime(System.String)
2 references to ToDateTime
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1362if (sourceType == StringType) return this.ToDateTime((string)value); 1512if (destinationType == DateTimeType) return this.ToDateTime((string)value);