共用方式為


InputNumber<TValue>.FormatValueAsString(TValue) 方法

定義

將值格式化為字串。 衍生類別可以覆寫此類別,以判斷用於 CurrentValueAsString 的格式。

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

參數

value
TValue

要格式化的值。

傳回

值的字串表示。

適用於