InputBase<TValue>.FormatValueAsString(T) Method

Definition

Formats the value as a string. Derived classes can override this to determine the formating used for CurrentValueAsString.

C#
protected virtual string FormatValueAsString (T value);

Parameters

value
T

The value to format.

Returns

A string representation of the value.

Applies to

Produkt Versioner
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0