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)
1593
if (sourceType == StringType) return this.
ToDateTime
((string)value);
1772
if (destinationType == DateTimeType) return this.
ToDateTime
((string)value);