Creates and returns a new predicate formed by creating a new string with a given format and parsing the result.
Original signature is '+ (NSPredicate *)predicateWithFormat:(NSString *)format,...'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSPredicate PredicateWithFormat( NSString format, params Object[] values )
Public Shared Function PredicateWithFormat ( _ format As NSString, _ ParamArray values As Object() _ ) As NSPredicate
public: static NSPredicate^ PredicateWithFormat( NSString^ format, ... array<Object^>^ values )

A new predicate formed by creating a new string with format and parsing the result.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)