UseDefaultCsvEncoding Property
In This Topic
Specifies whether the component should use the default encoding for CSV files.
Syntax
'Declaration
Public Property UseDefaultCsvEncoding As System.Boolean
public System.bool UseDefaultCsvEncoding {get; set;}
See Also