TermsConverter.GetManager Method

Returns manager of the encoded text which includes fields.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static TermsConverter.TextEntryManager GetManager(
	SessionProfile sessionProfile,
	bool isTerms
)

Parameters

sessionProfile  SessionProfile
Session parameters.
isTerms  Boolean
Determines if the text to manage represents a math expression.

Return Value

TermsConverter.TextEntryManager
A manager of the encoded text which includes fields.

See Also