DecimalFormatSymbols.SetDigitStrings(String[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
<strong>[icu]</strong> Imposta la matrice di stringhe usate come cifre, in ordine da 0 a 9
[Android.Runtime.Register("setDigitStrings", "([Ljava/lang/String;)V", "GetSetDigitStrings_arrayLjava_lang_String_Handler", ApiSince=28)]
public virtual void SetDigitStrings(string[]? digitStrings);
[<Android.Runtime.Register("setDigitStrings", "([Ljava/lang/String;)V", "GetSetDigitStrings_arrayLjava_lang_String_Handler", ApiSince=28)>]
abstract member SetDigitStrings : string[] -> unit
override this.SetDigitStrings : string[] -> unit
Parametri
- digitStrings
- String[]
Matrice di stringhe di cifre. La lunghezza della matrice deve essere esattamente 10.
- Attributi
Commenti
<strong>[icu]</strong> Imposta la matrice di stringhe usate come cifre, in ordine da 0 a 9
<b>Nota:</b>
Quando la matrice di input delle stringhe di cifre contiene stringhe rappresentate da più caratteri Java, #getDigits() restituirà le cifre predefinite ('0' - '9') e #getZeroDigit() restituirà la cifra zero predefinita ('0').
per android.icu.text.DecimalFormatSymbols.setDigitStrings(java.lang.String[]).
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.