Base:
method
ToString
System.Xml.Schema.XmlBaseConverter.ToString(System.DateTime)
2 references to ToString
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1479
if (sourceType == DateTimeType) return this.
ToString
((DateTime)value);
1499
if (destinationType == StringType) return this.
ToString
((DateTime)value);