4 overrides of FormatValueAsString
Microsoft.AspNetCore.Components.Web (3)
Forms\InputDate.cs (1)
99
protected override string
FormatValueAsString
(TValue? value)
Forms\InputNumber.cs (1)
87
protected override string?
FormatValueAsString
(TValue? value)
Forms\InputSelect.cs (1)
70
protected override string?
FormatValueAsString
(TValue? value)
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputBaseTest.cs (1)
577
protected override string
FormatValueAsString
(DateTime value)
2 references to FormatValueAsString
Microsoft.AspNetCore.Components.Web (2)
Forms\InputBase.cs (1)
112
get => _parsingFailed ? _incomingValueBeforeParsing :
FormatValueAsString
(CurrentValue);
Forms\InputSelect.cs (1)
82
return base.
FormatValueAsString
(value);