Function
stringWithPropertyList(_:_:_:) stringWithPropertyListstringWithPropertyList
Declaration
func stringWithPropertyList(_ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> String!Declaration
NSString *stringWithPropertyList(id plist, GSFormatVersion format, NSError **error);Declaration
stringWithPropertyList(plist: object, format: GSFormatVersion) -> tuple[str, NSError]