3 references to FormatValue
Microsoft.AspNetCore.Components.Tests (2)
BindConverterTest.cs (1)
25var actual = BindConverter.FormatValue(value);
RendererTest.cs (1)
5488builder.AddAttribute(2, "value", BindConverter.FormatValue(CheckboxEnabled));
Microsoft.AspNetCore.Components.Web (1)
Forms\InputCheckbox.cs (1)
39builder.AddAttribute(5, "checked", BindConverter.FormatValue(CurrentValue));