Click or drag to resize

TypeConverterConvertFromString Method (String)

Converts from string.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object ConvertFromString(
	string text
)

Parameters

text
Type: SystemString
Text to convert.

Return Value

Type: Object
The converted object.
See Also