DataObjectGetObject Method (String) |
Gets a serialized value with the specified type identifier.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object GetObject(
string type
)
Public Function GetObject (
type As String
) As Object
member GetObject :
type : string -> Object
Parameters
- type
- Type: SystemString
type identifier to get the value for.
Return Value
Type:
ObjectValue of the object if deserializable, otherwise null.
See Also