| 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
)
Public Function GetDictClauseForLkString (
dictClause As String()
) As String
public:
String^ GetDictClauseForLkString(
array<String^>^ dictClause
)
member GetDictClauseForLkString :
dictClause : string[] -> string
Parameters
- dictClause
- Type: SystemString
Dictionaries list.
Return Value
Type:
String
Dictionaries string of lkString records separated by the "blank space" character (32).
See Also