Type Method 型メソッド

expressionWithFormat:argumentArray:

Creates the expression with the specified expression format and array of arguments. 式をこの指定された式フォーマットおよび引数の配列で作成します。

Declaration 宣言

+ (NSExpression *)expressionWithFormat:(NSString *)expressionFormat 
                         argumentArray:(NSArray *)arguments;

Parameters パラメータ

expressionFormat

The expression format. 式書式設定。

arguments

An array of arguments to be used with the expressionFormat string. expressionFormat文字列と一緒に使われることになる引数の配列。

Return Value 戻り値

An initialized NSExpression object with the specified arguments. 指定された引数で初期化されたNSExpressionオブジェクト。

See Also 参照

Creating an Expression 式を作成する