e7b7dd77 5cf0 9e70 ca43 619d06a7d77d - akesseler/Plexdata.CsvParser GitHub Wiki

ProcessHelper.FixupOutput Method

This method simply removes the separator from the end of current builder content, but only if exists.

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public static StringBuilder FixupOutput(
	StringBuilder builder,
	char separator
)

Parameters

 

builder
Type: System.Text.StringBuilder
The builder with content to be fixed.
separator
Type: System.Char
The separator to be removed, if any.

Return Value

Type: StringBuilder
The cleaned out builder.

Remarks

As mentioned above, this method tries to remove the column separator from its current end.

See Also

Reference

ProcessHelper Class
Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️