8d4f7410 fe11 536f e50d 971b474d3c45 - akesseler/Plexdata.CsvParser GitHub Wiki
This internal helper class provides functionality to process any CSV-based content.
System.Object
Plexdata.CsvParser.Internals.ProcessHelper
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
internal static class ProcessHelper
The ProcessHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
ConvertToOutput | This method converts given value into its output representation. |
![]() ![]() |
ConvertToString(Object, CultureInfo, CsvMappings) | This method tries to convert an object into its string representation. |
![]() ![]() |
ConvertToString(Object, CultureInfo, CsvMappings, Boolean) | This method tries to convert an object into its string representation. |
![]() ![]() |
FixupOutput | This method simply removes the separator from the end of current builder content, but only if exists. |
![]() ![]() |
MoveIndex | This method moves the index to the next possible position. |
![]() ![]() |
SplitIntoCells | This method splits given line into its parts using given separator. |
![]() ![]() |
ToContent | This method converts provided string value into its real string content representation. |
Name | Description | |
---|---|---|
![]() ![]() |
EscapeDelimiter | This constant field represents the character to escape other characters. |
![]() ![]() |
StringDelimiter | This constant field represents the start and end character of strings. |
Mainly this class provides the methods required to handle string operations.