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