Property ScanPattern
ScanPattern
Gets or sets the optional parse pattern for scanning individual lines. In case of variable length rows, the pattern will be applied to each individual element.
[TypeConverter("Bonsai.Expressions.ParseBuilder+PatternConverter, Bonsai.Core")]
public string ScanPattern { get; set; }