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

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

    Parameters

    value
    See Also