TermsConverter.GetManager Method
Returns manager of the encoded text which includes fields.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static TermsConverter.TextEntryManager GetManager(
SessionProfile sessionProfile,
bool isTerms
)
Public Shared Function GetManager (
sessionProfile As SessionProfile,
isTerms As Boolean
) As TermsConverter.TextEntryManager
public:
static TermsConverter.TextEntryManager^ GetManager(
SessionProfile^ sessionProfile,
bool isTerms
)
static member GetManager :
sessionProfile : SessionProfile *
isTerms : bool -> TermsConverter.TextEntryManager
- sessionProfile SessionProfile
- Session parameters.
- isTerms Boolean
- Determines if the text to manage represents a math expression.
TermsConverter.TextEntryManagerA manager of the encoded text which includes fields.