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)
591ExecutionDate = DateTime.UtcNow.ToString()
PresentationCore (1)
System\Windows\Media\Imaging\BitmapMetadata.cs (1)
1315return dateTime.ToString();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2023return value.ToString();
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
479return GetNotBefore().ToString(); 484return GetNotAfter().ToString();