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