Base:
method
ToDateTimeOffset
Microsoft.Xml.Schema.XmlBaseConverter.ToDateTimeOffset(System.String)
2 references to ToDateTimeOffset
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1638if (sourceType == StringType) return this.ToDateTimeOffset((string)value); 1773if (destinationType == DateTimeOffsetType) return this.ToDateTimeOffset((string)value);