TermsConverter Class

Contains methods to work with the text of the IPrimitive entries.

Definition

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

Methods

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 Returns manager of the encoded text which includes fields.
ToStandard(SessionProfile, IList<Term>) Converts mathematical expression to the one uses standard session parameters.
ToStandard(SessionProfile, IList<Term>, 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, IList<Term>) Converts mathematical expression to the one uses parameters of the current session.
ToUser(SessionProfile, IList<Term>, 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.

Fields

FieldAUTHOR Field name for the Author.
FieldCOMPANY Field name for the Company.
FieldCOUNT Field name for the PagesCount.
FieldDATE Field name for the current date.
FieldDESCRIPTION Field name for the Description.
FieldFILENAME Field name for the FileName.
FieldID Field name for the Id.
FieldKEYWORDS Field name for the Keywords.
FieldPAGENUM Field name for the CurrentPage.
FieldREVISION Field name for the Revision.
FieldTIME Field name for the current time.
FieldTITLE Field name for the Title.
FieldTRANSLATOR Field name for the Translator.

See Also