Replaces any pipes in data file. True by default. Note: Only works if pipe is not delim.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool PipeReplace { get; set; }
Visual Basic (Declaration)
Public Property PipeReplace As Boolean
Visual C++
public:
property bool PipeReplace {
	bool get ();
	void set (bool value);
}

See Also