메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public static EqualsIC ( this self, string other ) : bool | ||
self | this | |
other | string | |
리턴 | bool |
public static StartsWithIC ( this self, string other ) : bool | ||
self | this | |
other | string | |
리턴 | bool |