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
expressionFormatstring. The argument list is terminated bynil.
Return Value
An initialized NSExpression object with the specified arguments.