NSManagedObject.ValidateValue(NSObject, String, NSError) 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.
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