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