TermsConverterSplitDecodedTermText(String, Int32, Int32, Boolean, ContextVariables) Method
Splits decoded 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[] SplitDecodedTermText(
string text,
int subPos,
int superPos,
ref bool containsFields,
ContextVariables vars = null
)
Public Shared Function SplitDecodedTermText (
text As String,
subPos As Integer,
superPos As Integer,
ByRef containsFields As Boolean,
Optional vars As ContextVariables = Nothing
) As String()
public:
static array<String^>^ SplitDecodedTermText(
String^ text,
int subPos,
int superPos,
bool% containsFields,
ContextVariables^ vars = nullptr
)
static member SplitDecodedTermText :
text : string *
subPos : int *
superPos : int *
containsFields : bool byref *
?vars : ContextVariables
(* Defaults:
let _vars = defaultArg vars null
*)
-> string[]
- text String
- Term text to split.
- subPos Int32
- Start position of the bottom index.
- superPos Int32
- Start position of the bottom index.
- containsFields Boolean
- Whether specified text contains fields or not.
- vars ContextVariables (Optional)
- Variables to use for document fields in the context of current document (can be null).
StringArray of the decoded term text parts in the following order: main text, subscript and superscript.