4 references to ToDateTime
mscorlib (1)
system\string.cs (1)
3431return Convert.ToDateTime(this, provider);
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1491DateTime dt = System.Convert.ToDateTime(value, CultureInfo.InvariantCulture);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
412location.Value = Convert.ToDateTime(value, CultureInfo.CurrentCulture);
System.Web (1)
UI\ObjectConverter.cs (1)
59 return Convert.ToDateTime((string)value, CultureInfo.InvariantCulture);