Contents

init(format:arguments:)

Creates the expression with the specified expression format and arguments list.

Declaration

init(format expressionFormat: String, arguments argList: CVaListPointer)

Parameters

  • expressionFormat:

    The expression format.

  • argList:

    A list of arguments to be inserted into the expressionFormat string. The argument list is terminated by nil.

Return Value

An initialized NSExpression object with the specified arguments.

See Also

Creating an Expression