2 references to FormatValue
Microsoft.AspNetCore.Components.Tests (1)
BindConverterTest.cs (1)
235var actual = BindConverter.FormatValue(value, "HH:mm", CultureInfo.InvariantCulture);
Microsoft.AspNetCore.Components.Web (1)
Forms\InputDate.cs (1)
105TimeOnly timeOnlyValue => BindConverter.FormatValue(timeOnlyValue, _format, CultureInfo.InvariantCulture),