C# Class BExIS.IO.Transform.Input.AsciiFileReaderInfo

This class is required to store information that is important to read of data from ascii files.
Inheritance: FileReaderInfo
Mostra file Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
AsciiFileReaderInfo ( )

GetSeperator ( string seperator ) : TextSeperator

Get TextSeperator based on string as name

GetSeperator ( TextSeperator sep ) : char

Get a Textseparator as a Character

GetSeperatorAsString ( TextSeperator sep ) : string

Get TextSeperator as string

GetTextMarker ( string textMarker ) : TextMarker

Get a Textmarker based on the textmarker string name input

GetTextMarker ( TextMarker tmarker ) : char

Get character based on the Textmarker enum type

GetTextMarkerAsString ( TextMarker tmarker ) : string

Get Textmarker enum type as String

Method Details

AsciiFileReaderInfo() public method

public AsciiFileReaderInfo ( )

GetSeperator() public static method

Get TextSeperator based on string as name
public static GetSeperator ( string seperator ) : TextSeperator
seperator string Name of TextSeperator
return TextSeperator

GetSeperator() public static method

Get a Textseparator as a Character
public static GetSeperator ( TextSeperator sep ) : char
sep TextSeperator
return char

GetSeperatorAsString() public static method

Get TextSeperator as string
public static GetSeperatorAsString ( TextSeperator sep ) : string
sep TextSeperator
return string

GetTextMarker() public static method

Get a Textmarker based on the textmarker string name input
public static GetTextMarker ( string textMarker ) : TextMarker
textMarker string name from textmarker
return TextMarker

GetTextMarker() public static method

Get character based on the Textmarker enum type
public static GetTextMarker ( TextMarker tmarker ) : char
tmarker TextMarker TextMarker enum
return char

GetTextMarkerAsString() public static method

Get Textmarker enum type as String
public static GetTextMarkerAsString ( TextMarker tmarker ) : string
tmarker TextMarker TextMarker enum type
return string