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