Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
3 references to ToString
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HeartbeatTests.cs (2)
139+ $"\"{heartbeatDuration.ToString("c", CultureInfo.InvariantCulture)}\" which is longer than " 140+ $"\"{Heartbeat.Interval.ToString("c", CultureInfo.InvariantCulture)}\". "
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
127Assert.Equal(props.P2.ToString(null, CultureInfo.InvariantCulture), state!.GetValue("p.P2"));