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