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