Share via


NSPropertyListSerialization.PropertyListWithData Method

Definition

Overloads

PropertyListWithData(NSData, NSPropertyListFormat, NSError)

public static Foundation.NSObject PropertyListWithData(Foundation.NSData data, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member PropertyListWithData : Foundation.NSData * NSPropertyListFormat * NSError -> Foundation.NSObject

Parameters

data
NSData
error
NSError

Returns

Applies to

PropertyListWithData(NSData, NSPropertyListReadOptions, NSPropertyListFormat, NSError)

[Foundation.Export("propertyListWithData:options:format:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSObject PropertyListWithData(Foundation.NSData data, Foundation.NSPropertyListReadOptions options, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
[<Foundation.Export("propertyListWithData:options:format:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PropertyListWithData : Foundation.NSData * Foundation.NSPropertyListReadOptions * NSPropertyListFormat * NSError -> Foundation.NSObject

Parameters

data
NSData
error
NSError

Returns

Attributes

Applies to