Click or drag to resize

TypeConverterConvertToString Method (ITypeDescriptorContext, Object)

Converts to a string.

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

Parameters

context
Type: EtoITypeDescriptorContext
Context.
value
Type: SystemObject
Value to convert.

Return Value

Type: String
The converted string.
See Also