BaseEntryToString(Int32, Int32, FractionsType, Boolean, Boolean, MidpointRounding) Method

Note: This API is now obsolete.
Converts math expression component to string with options.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
[ObsoleteAttribute("Use method with 1 argument.")]
public string ToString(
	int decimalPlaces,
	int exponentialThreshold,
	FractionsType fractionType,
	bool trailingZeros,
	bool significantDigits,
	MidpointRounding rounding
)

Parameters

decimalPlaces  Int32
exponentialThreshold  Int32
fractionType  FractionsType
Fraction type of the result value.
trailingZeros  Boolean
significantDigits  Boolean
rounding  MidpointRounding

Return Value

String
Expression component represented as a string.

See Also