Click or drag to resize

DataFunctionsGetDictionariesFromLkString Method

Text Function that extracts all the file dictionaries of an operation resultant string.

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

Parameters

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

Return Value

Type: String
The file dictionaries of the string.
See Also