Converter.ToString(Term[]) Method

Note: This API is now obsolete.
Converts math expression from the array of Term to string.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use TermsConverter.ToString(Term[]) instead.", false)]
public static string ToString(
	Term[] value
)

Parameters

value  Term[]
Term array to perform conversion.

Return Value

String
Math expression represented as a string.

See Also