| DataFunctionsGetTotalRecordsFromLkString Method |
Text Function that extracts the total number of records from an operation resultant string.
Namespace:
LinkarClient
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public static int GetTotalRecordsFromLkString(
string lkString
)
Public Shared Function GetTotalRecordsFromLkString (
lkString As String
) As Integer
public:
static int GetTotalRecordsFromLkString(
String^ lkString
)
static member GetTotalRecordsFromLkString :
lkString : string -> int
Parameters
- lkString
- Type: SystemString
Text string on which you are going to extract.
Return Value
Type:
Int32
Total number of records from the string.
See Also