Click or drag to resize

DataFunctionsGetRecordsFromLkString Method

Text Function that extracts the 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 string[] GetRecordsFromLkString(
	string lkString
)

Parameters

lkString
Type: SystemString
Text string on which you are going to extract.

Return Value

Type: String
The records from the string.
See Also