Base:
method
ToDateTimeOffset
System.Xml.Schema.XmlBaseConverter.ToDateTimeOffset(System.String)
2 references to ToDateTimeOffset
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1485
if (sourceType == StringType) return this.
ToDateTimeOffset
((string) value);
1611
if (destinationType == DateTimeOffsetType) return this.
ToDateTimeOffset
((string) value);