ConverterToString(MItem) Method

Note: This API is now obsolete.
Converts from MItem to String.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use ToString() method of MItem instance instead.", 
	false)]
public static string ToString(
	MItem value
)

Parameters

value  MItem
Value to convert.

Return Value

String
Result of conversion.

See Also