A special end-of-record value which allows an empty line to be used as a record separator.

Namespace:  BioSharp.Core.Bio.Program.TagValue
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public static readonly string EMPTY_LINE_EOR

Remarks

Normally this is not possible as the empty line will be swallowed by the preceding tag or value. Use this as an argument to the EndOfRecord property.

An empty line is defined as a line which contains nothing between the start and the following system-defined line separator. Therefore lines which contain only whitespace are not considererd to be empty.

See Also