TermsConverter Class
Contains methods to work with the text of the
IPrimitive entries.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static class TermsConverter
Public NotInheritable Class TermsConverter
public ref class TermsConverter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TermsConverter = class end
- Inheritance
- Object TermsConverter
| DecodeText(String) |
Decodes encoded text.
|
| DecodeText(String, ContextVariables) |
Replaces special chars in string.
|
| DecodeText(String, ContextVariables, Boolean) |
Replaces special chars in string.
|
| EncodeText |
Encodes the text.
|
| GetManager(Char, Boolean) |
Returns manager of the encoded text which includes fields.
|
| GetManager(SessionProfile, Boolean) |
Returns manager of the encoded text which includes fields.
|
| MergeTermText |
Merge parts of the Term text.
|
| SplitDecodedTermText(ListString, Int32, Int32, Boolean, ContextVariables) |
Splits decoded term text to the separate parts: main text, subscript and superscript.
|
| SplitDecodedTermText(String, Int32, Int32, Boolean, ContextVariables) |
Splits decoded term text to the separate parts: main text, subscript and superscript.
|
| SplitTermText |
Splits term text to the separate parts: main text, subscript and superscript.
|
| ToStandard(SessionProfile, IListTerm) |
Converts mathematical expression to the one uses standard session parameters.
|
| ToStandard(SessionProfile, IListTerm, Int32) |
Converts mathematical expression to the one uses standard session parameters avoiding conversion of the exact given element.
|
| ToString |
Converts math expression from the array of Term to string.
|
| ToTerms |
Converts math expression from the string to array of Term.
|
| ToUser(SessionProfile, IListTerm) |
Converts mathematical expression to the one uses parameters of the current session.
|
| ToUser(SessionProfile, IListTerm, Int32) |
Converts mathematical expression to the one uses parameters of the current session avoiding conversion of the exact given element.
|
| TryGetIndexOfPreviousChar |
Gets a previous character of the given text if applicable.
|