TermsConverterGetManager 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 TermsConverterTextEntryManager GetManager(
SessionProfile sessionProfile,
bool isTerms
)
Public Shared Function GetManager (
sessionProfile As SessionProfile,
isTerms As Boolean
) As TermsConverterTextEntryManager
public:
static TermsConverterTextEntryManager^ GetManager(
SessionProfile^ sessionProfile,
bool isTerms
)
static member GetManager :
sessionProfile : SessionProfile *
isTerms : bool -> TermsConverterTextEntryManager
- sessionProfile SessionProfile
- Session parameters.
- isTerms Boolean
- Determines if the text to manage represents a math expression.
TermsConverterTextEntryManagerA manager of the encoded text which includes fields.