DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector.CSVParser Namespace / CSVStreamParser Class / TrimValues Property

In This Topic
    TrimValues Property (CSVStreamParser)
    In This Topic
    A boolean indicating wheter to trim the field values or not.
    Syntax
    'Declaration
     
    Public Property TrimValues As Boolean
    public bool TrimValues {get; set;}
    See Also