NumberPicker.IFormatter.Format(Int32) Metodo

Definizione

Formatta una rappresentazione di stringa del valore corrente.

[Android.Runtime.Register("format", "(I)Ljava/lang/String;", "GetFormat_IHandler:Android.Widget.NumberPicker/IFormatterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? Format(int value);
[<Android.Runtime.Register("format", "(I)Ljava/lang/String;", "GetFormat_IHandler:Android.Widget.NumberPicker/IFormatterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Format : int -> string

Parametri

value
Int32

Valore attualmente selezionato.

Valori restituiti

Rappresentazione di stringa formattata.

Attributi

Commenti

Formatta una rappresentazione di stringa del valore corrente.

per android.widget.NumberPicker.Formatter.format(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a