TermsConverterGetManager(Char, Boolean) Method
Returns manager of the encoded text which includes fields.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static TermsConverterTextEntryManager GetManager(
char decimalSymbol,
bool isTerms
)
Public Shared Function GetManager (
decimalSymbol As Char,
isTerms As Boolean
) As TermsConverterTextEntryManager
public:
static TermsConverterTextEntryManager^ GetManager(
wchar_t decimalSymbol,
bool isTerms
)
static member GetManager :
decimalSymbol : char *
isTerms : bool -> TermsConverterTextEntryManager
- decimalSymbol Char
- Decimal symbol.
- isTerms Boolean
- Determines if the text to manage represents a math expression.
TermsConverterTextEntryManagerA manager of the encoded text which includes fields.