Declaration

func dataWithPropertyList(_ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> Data!

Declaration

NSData *dataWithPropertyList(id plist, GSFormatVersion format, NSError **error);

Declaration

dataWithPropertyList(plist: object, format: GSFormatVersion) -> tuple[bytes, NSError]

See Also