Linguaggio

DecimalStyle.WithZeroDigit(Char) Metodo

Definizione

Restituisce una copia delle informazioni con un nuovo carattere che rappresenta zero.

[Android.Runtime.Register("withZeroDigit", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)]
public Java.Time.Format.DecimalStyle? WithZeroDigit(char zeroDigit);
[<Android.Runtime.Register("withZeroDigit", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)>]
member this.WithZeroDigit : char -> Java.Time.Format.DecimalStyle

Parametri

zeroDigit
Char

il carattere per zero

Valori restituiti

una copia con un nuovo carattere che rappresenta zero, non null

Attributi

Commenti

per java.time.format.DecimalStyle.withZeroDigit(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