Skip to content

IInputContext.GetClipboardText() Method

Definition

Namespace: Brine2D.Input

Gets the current contents of the system clipboard as a string. Returns an empty string if the clipboard is empty or contains non-text data.

C#
string GetClipboardText();

Returns

System.String