Java.Text.DecimalFormat.ParseBigDecimal Property
This value indicates whether the return object of the parse operation is of type BigDecimal.

Syntax

[get: Android.Runtime.Register("isParseBigDecimal", "()Z", "GetIsParseBigDecimalHandler")]
[set: Android.Runtime.Register("setParseBigDecimal", "(Z)V", "GetSetParseBigDecimal_ZHandler")]
public virtual bool ParseBigDecimal { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

This value indicates whether the return object of the parse operation is of type BigDecimal. This value defaults to false.

Set method documentation [Android Documentation]

Sets the behavior of the parse method. If set to true then all the returned objects will be of type BigDecimal.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1