[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.TextFunctions.Concat

Concat Method

Concat(List<IExpression>)

Returns a string that is the result of concatenating two or more string values.

Declaration
public static object Concat(List<IExpression> p)
Parameters
Type Name Description
List<IExpression> p
Returns
Type Description
object