10 references to FormatValue
Microsoft.AspNetCore.Components.Tests (9)
BindConverterTest.cs (9)
39
var actual = BindConverter.
FormatValue
<bool>(value);
67
var actual = BindConverter.
FormatValue
<bool?>(value);
95
var actual = BindConverter.
FormatValue
<bool?>(value);
123
var actual = BindConverter.
FormatValue
<int>(value);
151
var actual = BindConverter.
FormatValue
<int?>(value);
249
var actual = BindConverter.
FormatValue
(value);
263
var actual = BindConverter.
FormatValue
(value);
276
var actual = BindConverter.
FormatValue
(value);
295
var actual = BindConverter.
FormatValue
(value);
Microsoft.AspNetCore.Components.Web (1)
Forms\InputSelect.cs (1)
49
builder.AddAttribute(5, "value", BindConverter.
FormatValue
(CurrentValue)?.ToString());