Method | Description | |
---|---|---|
EndsWith ( string str1, string str2 ) : bool | ||
EndsWith ( string str1, string str2, bool ignore_case ) : bool | ||
StartsWith ( string str1, string str2 ) : bool | ||
StartsWith ( string str1, string str2, bool ignore_case ) : bool |
Method | Description | |
---|---|---|
StrUtils ( ) : System |
public static EndsWith ( string str1, string str2 ) : bool | ||
str1 | string | |
str2 | string | |
return | bool |
public static EndsWith ( string str1, string str2, bool ignore_case ) : bool | ||
str1 | string | |
str2 | string | |
ignore_case | bool | |
return | bool |
public static StartsWith ( string str1, string str2 ) : bool | ||
str1 | string | |
str2 | string | |
return | bool |
public static StartsWith ( string str1, string str2, bool ignore_case ) : bool | ||
str1 | string | |
str2 | string | |
ignore_case | bool | |
return | bool |