Base:
method
ToString
System.Xml.Schema.XmlBaseConverter.ToString(System.DateTimeOffset)
2 references to ToString
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1567
if (sourceType == DateTimeOffsetType) return this.
ToString
((DateTimeOffset)value);
1598
if (destinationType == StringType) return this.
ToString
((DateTimeOffset) value);