Base:
method
ToString
Microsoft.Xml.Schema.XmlBaseConverter.ToString(System.DateTime)
2 references to ToString
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1725if (sourceType == DateTimeType) return this.ToString((DateTime)value); 1745if (destinationType == StringType) return this.ToString((DateTime)value);