Base:
method
ToString
System.ValueType.ToString()
6 references to ToString
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
405
text = dp.Date.
ToString
();
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
591
ExecutionDate = DateTime.UtcNow.
ToString
()
PresentationCore (1)
System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1315
return dateTime.
ToString
();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2023
return value.
ToString
();
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
479
return GetNotBefore().
ToString
();
484
return GetNotAfter().
ToString
();