Declaration

func stringWithPropertyListNoEscape(_ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> String!

Declaration

NSString *stringWithPropertyListNoEscape(id plist, GSFormatVersion format, NSError **error);

Declaration

stringWithPropertyListNoEscape(plist: object, format: GSFormatVersion) -> tuple[str, NSError]

See Also