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