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