Click or drag to resize

TypeConverterConvertFromInvariantString Method (ITypeDescriptorContext, String)

Converts from an invariant string.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object ConvertFromInvariantString(
	ITypeDescriptorContext context,
	string text
)

Parameters

context
Type: EtoITypeDescriptorContext
Context.
text
Type: SystemString
Text to convert.

Return Value

Type: Object
The from invariant string.
See Also