DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / TrimValues Property

In This Topic
    TrimValues Property (C1CSVConnectionStringBuilder)
    In This Topic
    A boolean that indicates whether to trim the values of the fields in the CSV
    Syntax
    'Declaration
     
    Public Property TrimValues As Boolean
    public bool TrimValues {get; set;}
    See Also