DataObject.GetString 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
Syntaxpublic string GetString(
string type
)
Public Function GetString (
type As String
) As String
abstract GetString :
type : string -> string
override GetString :
type : string -> string
Parameters
- type
- Type: System.String
Type identifier for the string.
Return Value
Type:
StringThe string value, or null if it does not exist in the data object.
Implements
IDataObject.GetString(String)
See Also