TermsConverter.ToString Method

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#
public static string ToString(
	IList<Term> value
)

Parameters

value  IList<Term>
Term array to perform conversion.

Return Value

String
Math expression represented as a string.

See Also