Method TrySetClipboardData
TrySetClipboardData(string)
Sets the OS clipboard data if possible.
public static bool TrySetClipboardData(string text)
Parameters
textstringThe text to set.
Sets the OS clipboard data if possible.
public static bool TrySetClipboardData(string text)
text stringThe text to set.