Condividi tramite


InputNumber<TValue>.FormatValueAsString(TValue) Metodo

Definizione

Formatta il valore come stringa. Le classi derivate possono eseguire l'override di questo oggetto per determinare la formattazione usata per 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

Parametri

value
TValue

Valore da formattare.

Restituisce

Rappresentazione di stringa del valore.

Si applica a