Click or drag to resize

DataFunctionsGetDictClauseForLkString Method

Text Function that creates the dictionaries string of lkString records based on a dictionaries list. Uses the separator character "blank space" (32).

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

Parameters

dictClause
Type: SystemString
Dictionaries list.

Return Value

Type: String
Dictionaries string of lkString records separated by the "blank space" character (32).
See Also