DecimalFormat.ParseBigDecimal 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 un valore che indica se #parse restituisce sempre un valore BigDecimal. -oppure- Indica se preferire #parse la restituzione di un valore android.icu.math.BigDecimal quando possibile.
public virtual bool ParseBigDecimal { [Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler", ApiSince=24)] get; [Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler", ApiSince=24)>]
member this.ParseBigDecimal : bool with get, set
Valore della proprietà
- Attributi
Commenti
Documentazione del getter delle proprietà:
Restituisce un valore che indica se #parse restituisce sempre un valore BigDecimal.
per android.icu.text.DecimalFormat.isParseBigDecimal().
Documentazione del setter delle proprietà:
Indica se preferire #parse la restituzione di un oggetto android.icu.math.BigDecimal quando possibile. Per le stringhe corrispondenti ai valori restituiti da Infinity, -Infinity, NaN e -0.0, verrà restituito un valore Double anche se ParseBigDecimal è abilitato.
per android.icu.text.DecimalFormat.setParseBigDecimal(boolean).
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.