[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.TextFunctions.Trim

Trim Method

Trim(List<IExpression>)

Removes the space character char(32) or other specified characters from the start or end of a string.

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