TermsConverterGetManager(Char, Boolean) Method

Returns manager of the encoded text which includes fields.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static TermsConverterTextEntryManager GetManager(
	char decimalSymbol,
	bool isTerms
)

Parameters

decimalSymbol  Char
Decimal symbol.
isTerms  Boolean
Determines if the text to manage represents a math expression.

Return Value

TermsConverterTextEntryManager
A manager of the encoded text which includes fields.

See Also