Base:
method
ToString
System.ValueType.ToString()
14 references to ToString
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (4)
67e => e.Timestamp.ToString()); 109e => e.Timestamp.ToString()); 178e => e.Timestamp.ToString(), 216e => e.Timestamp.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\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
2024return value.ToString();
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
479return GetNotBefore().ToString(); 484return GetNotAfter().ToString();
System.Windows.Forms.Tests (4)
System\Windows\Forms\DateTimePickerTests.cs (4)
370_dateTimePicker.MaxDate.ToString().Should().Be("12/31/9998 12:00:00 AM"); 404_dateTimePicker.MinDate.ToString().Should().Be("1/1/1753 12:00:00 AM"); 479_dateTimePicker.Text.Should().Be(DateTime.Parse(DateTime.Now.Date.ToString(), CultureInfo.CurrentCulture).ToString("dddd, MMMM d, yyyy")); 482_dateTimePicker.Text.Should().Be(DateTime.Parse(DateTime.Now.Date.ToString(), CultureInfo.CurrentCulture).ToString("dddd, MMMM d, yyyy"));