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