2 references to ToDateTime
PresentationCore (1)
System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1321
DateTime dt = System.Convert.
ToDateTime
(value, CultureInfo.InvariantCulture);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
699
return Convert.
ToDateTime
(this, provider);