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
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 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