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)
1638
if (sourceType == StringType) return this.
ToDateTimeOffset
((string)value);
1773
if (destinationType == DateTimeOffsetType) return this.
ToDateTimeOffset
((string)value);