Converter Class

Class with conversion methods represented.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class Converter
Inheritance
Object    Converter

Constructors

ConverterInitializes a new instance of the Converter class

Methods

CorrectExpressionString Modifies initial math expression represented as a string in order to change Decimal Symbol and Arguments Separators delimiters.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.

See Also