Text Function that extracts the Calculated dictionaries from the records of an operation resultant string
* lkString
|
string
|
|
text string on which you are going to extract
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetRecordsCalculatedDictionariesFromLkString(lkString);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetRecordsCalculatedDictionariesFromLkString(lkString)
|
String result = DataFunctions.GetRecordsCalculatedDictionariesFromLkString(lkString);
|
int count;
char** result = LkGetRecordsCalculatedDictionariesFromLkString(lkString, &count);
|