Click or drag to resize

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
)

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