Click or drag to resize

DataObjectGetString 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: SystemString
Type identifier for the string.

Return Value

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

Implements

IDataObjectGetString(String)
See Also