Text Function that extracts the ID 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.GetRecordsIdDictsFromLkString(lkString);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetRecordsIdDictsFromLkString(lkString)
|
String result = DataFunctions.GetRecordsIdDictsFromLkString(lkString);
|
int count;
char** result = LkGetRecordsIdDictsFromLkString(lkString, &count);
|