2 references to FormatValue
Microsoft.AspNetCore.Components.Tests (1)
BindConverterTest.cs (1)
207var actual = BindConverter.FormatValue(value, "MM-yyyy", CultureInfo.InvariantCulture);
Microsoft.AspNetCore.Components.Web (1)
Forms\InputDate.cs (1)
104DateOnly dateOnlyValue => BindConverter.FormatValue(dateOnlyValue, _format, CultureInfo.InvariantCulture),