BigDecimal.ToPlainString Method

Definition

Returns a string representation of this BigDecimal without an exponent field.

[Android.Runtime.Register("toPlainString", "()Ljava/lang/String;", "GetToPlainStringHandler")]
public virtual string? ToPlainString ();
[<Android.Runtime.Register("toPlainString", "()Ljava/lang/String;", "GetToPlainStringHandler")>]
abstract member ToPlainString : unit -> string
override this.ToPlainString : unit -> string

Returns

a string representation of this BigDecimal without an exponent field.

Attributes

Remarks

Java documentation for java.math.BigDecimal.toPlainString().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to