Méthode | Description | |
---|---|---|
Delimit ( string s, DelimitType dt ) : List |
||
GetDType ( char c ) : DelimitType | ||
GetSubstring ( string s, int &i, DelimitType dt ) : |
||
IsCloser ( char c, DelimitType dt ) : bool | ||
IsOpener ( char c, DelimitType dt ) : bool |
public static Delimit ( string s, DelimitType dt ) : List |
||
s | string | |
dt | DelimitType | |
Résultat | List |
public static GetDType ( char c ) : DelimitType | ||
c | char | |
Résultat | DelimitType |
public static GetSubstring ( string s, int &i, DelimitType dt ) : |
||
s | string | |
i | int | |
dt | DelimitType | |
Résultat |
public static IsCloser ( char c, DelimitType dt ) : bool | ||
c | char | |
dt | DelimitType | |
Résultat | bool |
public static IsOpener ( char c, DelimitType dt ) : bool | ||
c | char | |
dt | DelimitType | |
Résultat | bool |