InputBase<TValue>.FormatValueAsString(T) Method

Definition

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

protected:
 virtual System::String ^ FormatValueAsString(T value);
protected virtual string FormatValueAsString (T value);
abstract member FormatValueAsString : 'T -> string
override this.FormatValueAsString : 'T -> string
Protected Overridable Function FormatValueAsString (value As T) As String

Parameters

value
T

The value to format.

Returns

A string representation of the value.

Applies to