NSPropertyListSerialization.PropertyListWithData Method

Definition

Overloads

PropertyListWithData(NSData, NSPropertyListFormat, NSError)
PropertyListWithData(NSData, NSPropertyListReadOptions, NSPropertyListFormat, NSError)

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 *  *  -> Foundation.NSObject

Parameters

data
NSData
error
NSError

Returns

Applies to

PropertyListWithData(NSData, NSPropertyListReadOptions, NSPropertyListFormat, NSError)

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

Parameters

data
NSData
error
NSError

Returns

Attributes

Applies to