public class ConverterPublic Class Converterpublic ref class Convertertype Converter = class end| Converter | Initializes a new instance of the Converter class |
| CorrectExpressionString | Modifies initial math expression represented as a string in order to change Decimal Symbol and Arguments Separators delimiters. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ToString(Term) |
Converts math expression from the array of Term to string.
Obsolete. |
| ToTerms |
Converts math expression from the string to array of Term.
Obsolete. |