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
)
Public Sub SetString (
value As String,
type As String
)
abstract SetString :
value : string *
type : string -> unit
override SetString :
value : string *
type : string -> unit
Parameters
- value
- Type: SystemString
Value to store. - type
- Type: SystemString
Type of the data.
Implements
IDataObjectSetString(String, String)See Also