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