C# 클래스 BExIS.IO.Transform.Output.AsciiHelper

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

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

메소드 상세

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