Text Function that extracts the total number of records from an operation resultant string
* lkString
|
string
|
|
text string on which you are going to extract
|
.NET Framework, Core & Mono C#
int result = DataFunctions.GetTotalRecordsFromLkString(lkString);
|
.NET Framework, Core & Mono VB
Dim result As Integer = DataFunctions.GetTotalRecordsFromLkString(lkString)
|
int result = DataFunctions.GetTotalRecordsFromLkString(lkString);
|
int result = LkGetTotalRecordsFromLkString(lkString);
|