DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / CSVValueObject Class / CSVValueObject Constructor

In This Topic
    CSVValueObject Constructor
    In This Topic
    CSV Parsed object basic constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal type As Type _
    )
    public CSVValueObject( 
       object value,
       Type type
    )

    Parameters

    value
    type
    See Also