BaseEntryToString(Int32, Int32, FractionsType, Boolean) Method
Note: This API is now obsolete.
Converts math expression component to string with options.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
[ObsoleteAttribute("Use method with 1 argument.")]
public virtual string ToString(
int decimalPlaces,
int exponentialThreshold,
FractionsType fractionType,
bool trailingZeros
)
<ObsoleteAttribute("Use method with 1 argument.")>
Public Overridable Function ToString (
decimalPlaces As Integer,
exponentialThreshold As Integer,
fractionType As FractionsType,
trailingZeros As Boolean
) As String
public:
[ObsoleteAttribute(L"Use method with 1 argument.")]
virtual String^ ToString(
int decimalPlaces,
int exponentialThreshold,
FractionsType fractionType,
bool trailingZeros
)
[<ObsoleteAttribute("Use method with 1 argument.")>]
abstract ToString :
decimalPlaces : int *
exponentialThreshold : int *
fractionType : FractionsType *
trailingZeros : bool -> string
[<ObsoleteAttribute("Use method with 1 argument.")>]
override ToString :
decimalPlaces : int *
exponentialThreshold : int *
fractionType : FractionsType *
trailingZeros : bool -> string
- decimalPlaces Int32
- exponentialThreshold Int32
- fractionType FractionsType
-
Fraction type of the result value.
- trailingZeros Boolean
String
Expression component represented as a string.