Clipboard.setString

sets the provided string to the systems clipboard

class Clipboard
static
void
setString
(
string value
)

Parameters

value string

the value being copied to the systems clipboard

Return Value

Type: void

Meta