a62fd77b c2a3 e5e3 4c5f 720bcdbf40e3 - akesseler/Plexdata.CsvParser GitHub Wiki
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. |