C# 클래스 BExIS.IO.Transform.Input.AsciiFileReaderInfo

This class is required to store information that is important to read of data from ascii files.
상속: FileReaderInfo
파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
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