TermsConverterSplitTermText Method

Splits term text to the separate parts: main text, subscript and superscript.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static string[] SplitTermText(
	List<string> txt,
	int subPos,
	int superPos
)

Parameters

txt  ListString
List of chars of Term text.
subPos  Int32
Start position of the bottom index.
superPos  Int32
Start position of the bottom index.

Return Value

String
Array of the term text parts in the following order: main text, subscript and superscript.

See Also