Text Functions that creates the expressions string of lkString based on an expressions list. Uses the separator character MV(253)
* expressions
|
string array
|
|
expressions list to transform
|
.NET Framework, Core & Mono C#
string result = DataFunctions.GetExpressionsForLkString(expressions);
|
.NET Framework, Core & Mono VB
Dim result As String = DataFunctions.GetExpressionsForLkString(expressions)
|
String result = DataFunctions.GetExpressionsForLkString(expressions);
|
This function has not been implemented in C. When you need to specify two or more expression strings, they must be concatenated by using the ASCII code character 253.
|