TermsConverterSplitTermText Method
Splits term text to the separate parts: main text, subscript and superscript.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static string[] SplitTermText(
List<string> txt,
int subPos,
int superPos
)
Public Shared Function SplitTermText (
txt As List(Of String),
subPos As Integer,
superPos As Integer
) As String()
public:
static array<String^>^ SplitTermText(
List<String^>^ txt,
int subPos,
int superPos
)
static member SplitTermText :
txt : List<string> *
subPos : int *
superPos : int -> string[]
- txt ListString
- List of chars of Term text.
- subPos Int32
- Start position of the bottom index.
- superPos Int32
- Start position of the bottom index.
StringArray of the term text parts in the following order: main text, subscript and superscript.