Click or drag to resize

IDataObject.GetString Method

Gets a string from the data object with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
string GetString(
	string type
)

Parameters

type
Type: System.String
Type identifier that was used to store the data.

Return Value

Type: String
The string.
See Also