Share via


InputDate<TValue>.FormatValueAsString(T) Method

Definition

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

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

Parameters

value
T

The value to format.

Returns

A string representation of the value.

Applies to