NSManagedObject.ValidateValue(NSObject, String, NSError) Method

Definition

Returns true if the specified value is valid for the property that is identified by the specified key.

[Foundation.Export("validateValue:forKey:error:")]
public virtual bool ValidateValue (ref Foundation.NSObject value, string key, out Foundation.NSError error);
abstract member ValidateValue :  * string *  -> bool
override this.ValidateValue :  * string *  -> bool

Parameters

value
NSObject
key
String
error
NSError

Returns

Attributes

Applies to