NSPropertyListSerialization.PropertyListWithData 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.
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
- format
- NSPropertyListFormat
- 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
- options
- NSPropertyListReadOptions
- format
- NSPropertyListFormat
- error
- NSError
Returns
- Attributes