8d4f7410 fe11 536f e50d 971b474d3c45 - akesseler/Plexdata.CsvParser GitHub Wiki

ProcessHelper Class

This internal helper class provides functionality to process any CSV-based content.

Inheritance Hierarchy

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

Syntax

C#

internal static class ProcessHelper

The ProcessHelper type exposes the following members.

Methods

 

Name Description
Public methodStatic member ConvertToOutput This method converts given value into its output representation.
Public methodStatic member ConvertToString(Object, CultureInfo, CsvMappings) This method tries to convert an object into its string representation.
Public methodStatic member ConvertToString(Object, CultureInfo, CsvMappings, Boolean) This method tries to convert an object into its string representation.
Public methodStatic member FixupOutput This method simply removes the separator from the end of current builder content, but only if exists.
Private methodStatic member MoveIndex This method moves the index to the next possible position.
Public methodStatic member SplitIntoCells This method splits given line into its parts using given separator.
Private methodStatic member ToContent This method converts provided string value into its real string content representation.
  Back to Top

Fields

 

Name Description
Private fieldStatic member EscapeDelimiter This constant field represents the character to escape other characters.
Private fieldStatic member StringDelimiter This constant field represents the start and end character of strings.
  Back to Top

Remarks

Mainly this class provides the methods required to handle string operations.

See Also

Reference

Plexdata.CsvParser.Internals Namespace

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