NSDateComponentsFormatter.GetObjectValue(NSObject, String, String) 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.
[Foundation.Export("getObjectValue:forString:errorDescription:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetObjectValue(out Foundation.NSObject obj, string str, out string error);
[<Foundation.Export("getObjectValue:forString:errorDescription:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.GetObjectValue : NSObject * string * string -> bool
Parameters
- obj
- NSObject
- str
- String
- error
- String
Returns
- Attributes