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