DataObjectGetString 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
Syntax public 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: SystemString
Type identifier for the string.
Return Value
Type:
StringThe string value, or null if it does not exist in the data object.
Implements
IDataObjectGetString(String)See Also