Text Function that extracts the copies from the original 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.GetOriginalRecordsFromLkString(lkString);
|
.NET Framework, Core & Mono VB
Dim result() As String = DataFunctions.GetOriginalRecordsFromLkString(lkString)
|
String[] result = DataFunctions.GetOriginalRecordsFromLkString(lkString);
|
int count;
char** result = LkGetOriginalRecordsFromLkString(lkString, &count);
|