DecimalFormat.PadCharacter Proprietà

Definizione

<strong>[icu]</strong> Restituisce il carattere usato per la spaziatura interna. -oppure- <strong>[icu]</strong><Padding>:</strong> Imposta il carattere usato per aggiungere numeri più stretti rispetto alla larghezza specificata in #setFormatWidth.

public virtual char PadCharacter { [Android.Runtime.Register("getPadCharacter", "()C", "GetGetPadCharacterHandler", ApiSince=24)] get; [Android.Runtime.Register("setPadCharacter", "(C)V", "GetSetPadCharacter_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getPadCharacter", "()C", "GetGetPadCharacterHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setPadCharacter", "(C)V", "GetSetPadCharacter_CHandler", ApiSince=24)>]
member this.PadCharacter : char with get, set

Valore della proprietà

Attributi

Commenti

Documentazione del getter delle proprietà:

<strong>[icu]</strong> Restituisce il carattere usato per la spaziatura interna.

per android.icu.text.DecimalFormat.getPadCharacter().

Documentazione del setter delle proprietà:

<strong>[icu]</strong><strong>Padding:</strong> Imposta il carattere usato per aggiungere numeri più stretti rispetto alla larghezza specificata in #setFormatWidth.

Nella stringa del pattern il carattere di riempimento è il token che segue '*' prima o dopo il prefisso o il suffisso.

per android.icu.text.DecimalFormat.setPadCharacter(char).

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