| DataFunctionsGetTotalRecordsFromLkString Method |
Text Function that extracts the total number of records from an operation resultant string.
Namespace:
LinkarClient
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public int GetTotalRecordsFromLkString(
string lkString
)
Public Function GetTotalRecordsFromLkString (
lkString As String
) As Integer
public:
int GetTotalRecordsFromLkString(
String^ lkString
)
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