e7b7dd77 5cf0 9e70 ca43 619d06a7d77d - akesseler/Plexdata.CsvParser GitHub Wiki
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
C#
public static StringBuilder FixupOutput(
StringBuilder builder,
char separator
)
- builder
- Type: System.Text.StringBuilder
The builder with content to be fixed. - separator
- Type: System.Char
The separator to be removed, if any.
Type: StringBuilder
The cleaned out builder.
As mentioned above, this method tries to remove the column separator from its current end.