ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / EntityContextTypeConverter Class / ConvertToString Method / ConvertToString(ITypeDescriptorContext,Object) Method

In This Topic
    ConvertToString(ITypeDescriptorContext,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function ConvertToString( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal value As System.Object _
    ) As System.String
    public System.string ConvertToString( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.object value
    )

    Parameters

    context
    value
    See Also