Gets or sets the field delimiter character.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public char FieldDelimiter { get; set; }
Visual Basic (Declaration)
Public Property FieldDelimiter As Char

Field Value

The default value is ',' (comma).

See Also