Table of Contents

Property FieldDelimiter

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

FieldDelimiter

Gets or sets the character used to separate fields in the CSV output. Defaults to comma (,) for ISO format or the culture list separator for Culture format.

public char FieldDelimiter { get; set; }

Property Value

char