2 references to FormatValue
Microsoft.AspNetCore.Components.Tests (1)
BindConverterTest.cs (1)
109
var actual = BindConverter.
FormatValue
(value);
Microsoft.AspNetCore.Components.Web (1)
Forms\InputNumber.cs (1)
96
return BindConverter.
FormatValue
(@int, CultureInfo.InvariantCulture);