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)
1726if (sourceType == DateTimeOffsetType) return this.ToString((DateTimeOffset)value); 1759if (destinationType == StringType) return this.ToString((DateTimeOffset)value);