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