Click or drag to resize

DataFunctionsGetOriginalRecordsFromLkString Method

Text Function that extracts the copies from the original records of an operation resultant string.

Namespace:  LinkarClient
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string[] GetOriginalRecordsFromLkString(
	string lkString
)

Parameters

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

Return Value

Type: String
The copies from the original records of the string.
See Also