InputDate<TValue>.FormatValueAsString(T) 方法

定义

将值的格式设置为字符串。 派生类可以重写此设置,以确定用于 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

参数

value
T

要格式化的值。

返回

值的字符串表示形式。

适用于