| TypeConverterConvertToInvariantString Method (ITypeDescriptorContext, Object) | 
 
            Converts to invariant string.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic string ConvertToInvariantString(
	ITypeDescriptorContext context,
	Object value
)
Public Function ConvertToInvariantString ( 
	context As ITypeDescriptorContext,
	value As Object
) As String
member ConvertToInvariantString : 
        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