TermsConverter.ToString Method
Converts math expression from the array of Term to string.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string ToString(
IList<Term> value
)
Public Shared Function ToString (
value As IList(Of Term)
) As String
public:
static String^ ToString(
IList<Term^>^ value
)
static member ToString :
value : IList<Term> -> string
- value IList<Term>
-
Term array to perform conversion.
String
Math expression represented as a string.