Gets a byte array from the data object with the specified type identifier.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public byte[] GetData(
string type
)
Public Function GetData (
type As String
) As Byte()
abstract GetData :
type : string -> byte[]
override GetData :
type : string -> byte[]
Parameters
- type
- Type: SystemString
Type identifier to get the data for.
Return Value
Type:
ByteThe byte data.
Implements
IDataObjectGetData(String)See Also