C# Класс BExIS.IO.Transform.Input.AsciiFileReaderInfo

This class is required to store information that is important to read of data from ascii files.
Наследование: FileReaderInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AsciiFileReaderInfo() публичный Метод

public AsciiFileReaderInfo ( )

GetSeperator() публичный статический Метод

Get TextSeperator based on string as name
public static GetSeperator ( string seperator ) : TextSeperator
seperator string Name of TextSeperator
Результат TextSeperator

GetSeperator() публичный статический Метод

Get a Textseparator as a Character
public static GetSeperator ( TextSeperator sep ) : char
sep TextSeperator
Результат char

GetSeperatorAsString() публичный статический Метод

Get TextSeperator as string
public static GetSeperatorAsString ( TextSeperator sep ) : string
sep TextSeperator
Результат string

GetTextMarker() публичный статический Метод

Get a Textmarker based on the textmarker string name input
public static GetTextMarker ( string textMarker ) : TextMarker
textMarker string name from textmarker
Результат TextMarker

GetTextMarker() публичный статический Метод

Get character based on the Textmarker enum type
public static GetTextMarker ( TextMarker tmarker ) : char
tmarker TextMarker TextMarker enum
Результат char

GetTextMarkerAsString() публичный статический Метод

Get Textmarker enum type as String
public static GetTextMarkerAsString ( TextMarker tmarker ) : string
tmarker TextMarker TextMarker enum type
Результат string