Méthode | Description | |
---|---|---|
EndsWithIC ( this self, string other ) : bool |
ignore case
|
|
EqualsIC ( this self, string other ) : bool |
ignore case
|
|
StartsWithIC ( this self, string other ) : bool |
ignore case
|
public static EndsWithIC ( this self, string other ) : bool | ||
self | this | |
other | string | |
Résultat | bool |
public static EqualsIC ( this self, string other ) : bool | ||
self | this | |
other | string | |
Résultat | bool |
public static StartsWithIC ( this self, string other ) : bool | ||
self | this | |
other | string | |
Résultat | bool |