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