Table of Contents

Property ScanPattern

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

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; }

Property Value

string