DecimalFormat.DecimalFormatSymbols Proprietà
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.
Restituisce una copia dei simboli di formato decimale utilizzati da questo formattatore. -oppure- Imposta i simboli di formato decimali utilizzati da questo formattatore.
public virtual Android.Icu.Text.DecimalFormatSymbols? DecimalFormatSymbols { [Android.Runtime.Register("getDecimalFormatSymbols", "()Landroid/icu/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler", ApiSince=24)] get; [Android.Runtime.Register("setDecimalFormatSymbols", "(Landroid/icu/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Landroid_icu_text_DecimalFormatSymbols_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDecimalFormatSymbols", "()Landroid/icu/text/DecimalFormatSymbols;", "GetGetDecimalFormatSymbolsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDecimalFormatSymbols", "(Landroid/icu/text/DecimalFormatSymbols;)V", "GetSetDecimalFormatSymbols_Landroid_icu_text_DecimalFormatSymbols_Handler", ApiSince=24)>]
member this.DecimalFormatSymbols : Android.Icu.Text.DecimalFormatSymbols with get, set
Valore della proprietà
DecimalFormatSymbols desiderati
- Attributi
Commenti
Documentazione del getter delle proprietà:
Restituisce una copia dei simboli di formato decimale utilizzati da questo formattatore.
per android.icu.text.DecimalFormat.getDecimalFormatSymbols().
Documentazione del setter delle proprietà:
Imposta i simboli di formato decimale utilizzati da questo formattatore. Il formattatore usa una copia dei simboli forniti.
per android.icu.text.DecimalFormat.setDecimalFormatSymbols(android.icu.text.DecimalFormatSymbols).
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.