Contents

asString

An option to read data from the pasteboard and convert it to a string object.

Declaration

static var asString: NSPasteboard.ReadingOptions { get }

Discussion

AppKit puts the data in an NSString object.

See Also

Options