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