Contents

init(format:argumentArray:)

Creates the expression with the specified expression format and array of arguments.

Declaration

init(format expressionFormat: String, argumentArray arguments: [Any])

Parameters

  • expressionFormat:

    The expression format.

  • arguments:

    An array of arguments to be used with the expressionFormat string.

Return Value

An initialized NSExpression object with the specified arguments.

See Also

Creating an Expression