NSExpression.FromFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromFormat(String) | |
FromFormat(String, NSExpression[]) |
Obsolete.
An expression from the specified expression format, with the specified parameters. |
FromFormat(String, NSObject[]) |
FromFormat(String)
[Foundation.Export("expressionWithFormat:")]
public static Foundation.NSExpression FromFormat (string expressionFormat);
static member FromFormat : string -> Foundation.NSExpression
Parameters
- expressionFormat
- String
Returns
- Attributes
Applies to
FromFormat(String, NSExpression[])
Caution
Use 'FromFormat (string, NSObject[])' instead.
An expression from the specified expression format, with the specified parameters.
[Foundation.Export("expressionWithFormat:argumentArray:")]
[System.Obsolete("Use 'FromFormat (string, NSObject[])' instead.", false)]
public static Foundation.NSExpression FromFormat (string format, Foundation.NSExpression[] parameters);
static member FromFormat : string * Foundation.NSExpression[] -> Foundation.NSExpression
Parameters
- format
- String
- parameters
- NSExpression[]
Returns
- Attributes
Applies to
FromFormat(String, NSObject[])
[Foundation.Export("expressionWithFormat:argumentArray:")]
public static Foundation.NSExpression FromFormat (string format, Foundation.NSObject[] parameters);
static member FromFormat : string * Foundation.NSObject[] -> Foundation.NSExpression
Parameters
- format
- String
- parameters
- NSObject[]
Returns
- Attributes