BigDecimal.ToEngineeringString Method

Definition

Returns a string representation of this BigDecimal, using engineering notation if an exponent is needed.

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

Returns

string representation of this BigDecimal, using engineering notation if an exponent is needed.

Attributes

Remarks

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

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