2 references to FormatValue
Microsoft.AspNetCore.Components.Tests (1)
RendererTest.cs (1)
5492
builder.AddAttribute(5, "value", BindConverter.
FormatValue
(SomeStringProperty));
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadio.cs (1)
70
builder.AddAttribute(5, "value", BindConverter.
FormatValue
(Value?.ToString()));