Type Method 型メソッド

expressionWithFormat:

Creates the expression with the specified expression arguments. 式をこの指定された式引数で作成します。

Declaration 宣言

+ (NSExpression *)expressionWithFormat:(NSString *)expressionFormat, ...;

Parameters パラメータ

expressionFormat,

The expression format. 式書式設定。

...

A comma-separated list of arguments to substitute into format. The list is terminated by nil. 書式設定へと置換することになる、引数のコンマ区切りのリスト。リストは、nilによって終端されます。

Return Value 戻り値

An initialized NSExpression object with the specified format. 指定された書式設定で初期化されたNSExpressionオブジェクト。

See Also 参照

Creating an Expression 式を作成する