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