| TypeConverterConvertToString Method (ITypeDescriptorContext, Object) | 
 
            Converts to a string.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic string ConvertToString(
	ITypeDescriptorContext context,
	Object value
)
Public Function ConvertToString ( 
	context As ITypeDescriptorContext,
	value As Object
) As String
member ConvertToString : 
        context : ITypeDescriptorContext * 
        value : Object -> string 
Parameters
- context
- Type: EtoITypeDescriptorContext
 Context.
- value
- Type: SystemObject
 Value to convert.
Return Value
Type: 
StringThe converted string.
 See Also
See Also