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