Text Function that creates the dictionaries string of lkString records based on a dictionaries list. Uses the separator character "blank space" (32)
* dictClauses
|
string array
|
|
dictClauses list to transform
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetDictClauseForLkString(dictClauses);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetDictClauseForLkString(dictClauses)
|
String result = DataFunctions.GetDictClauseForLkString(dictClauses);
|
This function has not been implemented in C. When it is necessary to specify two or more "dictionaries", they must be concatenated by the ASCII code character 32 (blank space).
|