4 references to UntypedAtomicToDateTime
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
2207
return
UntypedAtomicToDateTime
((string) value);
2214
if (sourceType == StringType) return
UntypedAtomicToDateTime
((string) value);
2486
if (destinationType == DateTimeType) return
UntypedAtomicToDateTime
((string) value);
2525
if (sourceType == StringType) return
UntypedAtomicToDateTime
((string) value);