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