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
Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AsciiFileReaderInfo ( )

GetSeperator() public static méthode

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

GetSeperator() public static méthode

Get a Textseparator as a Character
public static GetSeperator ( TextSeperator sep ) : char
sep TextSeperator
Résultat char

GetSeperatorAsString() public static méthode

Get TextSeperator as string
public static GetSeperatorAsString ( TextSeperator sep ) : string
sep TextSeperator
Résultat string

GetTextMarker() public static méthode

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

GetTextMarker() public static méthode

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

GetTextMarkerAsString() public static méthode

Get Textmarker enum type as String
public static GetTextMarkerAsString ( TextMarker tmarker ) : string
tmarker TextMarker TextMarker enum type
Résultat string