Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvReader Class / QuotedCellIfContainsDelimiter Property


In This Topic
    QuotedCellIfContainsDelimiter Property
    In This Topic
    Gets/Sets a value whether in csv file if cell contain cell delimiter the content of the cell is quoted.

    Default value is true.

    Syntax
    'Declaration
     
    
    Public Property QuotedCellIfContainsDelimiter As System.Boolean
    'Usage
     
    
    Dim instance As NCsvReader
    Dim value As System.Boolean
     
    instance.QuotedCellIfContainsDelimiter = value
     
    value = instance.QuotedCellIfContainsDelimiter
    public System.bool QuotedCellIfContainsDelimiter {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also