메소드 | 설명 | |
---|---|---|
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
|
public static IsCharAllowedInVariables ( char c ) : bool | ||
c | char | |
리턴 | bool |
public static ReadAblWord ( string input, bool stopAtPoint, bool readRightToLeft = true ) : string | ||
input | string | |
stopAtPoint | bool | |
readRightToLeft | bool | |
리턴 | string |
public static ReadAblWord ( string input, bool stopAtPoint, int &nbPoints, bool readRightToLeft = true ) : string | ||
input | string | |
stopAtPoint | bool | |
nbPoints | int | |
readRightToLeft | bool | |
리턴 | string |