Click or drag to resize

DataObject.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
public string GetString(
	string type
)

Parameters

type
Type: System.String
Type identifier for the string.

Return Value

Type: String
The string value, or null if it does not exist in the data object.

Implements

IDataObject.GetString(String)
See Also