Click or drag to resize

DataObjectSetString Method

Sets a string into the data object with the specified custom type.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void SetString(
	string value,
	string type
)

Parameters

value
Type: SystemString
Value to store.
type
Type: SystemString
Type of the data.

Implements

IDataObjectSetString(String, String)
See Also