Share via


NSPersonNameComponentsFormatter.GetObjectValue Method

Definition

[Foundation.Export("getObjectValue:forString:errorDescription:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetObjectValue(out Foundation.NSObject result, string str, out string errorDescription);
[<Foundation.Export("getObjectValue:forString:errorDescription:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.GetObjectValue : NSObject * string * string -> bool

Parameters

result
NSObject
str
String
errorDescription
String

Returns

Attributes

Applies to