C# 클래스 _3PA.Abl

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
IsCharAllowedInVariables ( char c ) : bool

is the char allowed in a variable's name?

ReadAblWord ( string input, bool stopAtPoint, bool readRightToLeft = true ) : string

Overload, Reads a a word, either starting from the end (readRightToLeft = true) of the start of the input string stopAtPoint or not

ReadAblWord ( string input, bool stopAtPoint, int &nbPoints, bool readRightToLeft = true ) : string

Reads a a word, either starting from the end (readRightToLeft = true) of the start of the input string stopAtPoint or not, if not, output the nbPoints found

메소드 상세

IsCharAllowedInVariables() 공개 정적인 메소드

is the char allowed in a variable's name?
public static IsCharAllowedInVariables ( char c ) : bool
c char
리턴 bool

ReadAblWord() 공개 정적인 메소드

Overload, Reads a a word, either starting from the end (readRightToLeft = true) of the start of the input string stopAtPoint or not
public static ReadAblWord ( string input, bool stopAtPoint, bool readRightToLeft = true ) : string
input string
stopAtPoint bool
readRightToLeft bool
리턴 string

ReadAblWord() 공개 정적인 메소드

Reads a a word, either starting from the end (readRightToLeft = true) of the start of the input string stopAtPoint or not, if not, output the nbPoints found
public static ReadAblWord ( string input, bool stopAtPoint, int &nbPoints, bool readRightToLeft = true ) : string
input string
stopAtPoint bool
nbPoints int
readRightToLeft bool
리턴 string