ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / ObjectContextTypeConverter Class / ConvertFromString Method / ConvertFromString(ITypeDescriptorContext,String) Method

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

    Parameters

    context
    text
    See Also