Метод | Описание | |
---|---|---|
GetStringHashcode ( string s ) : int |
返回平台无关的Hashcode
|
|
IsNullOrEmpty ( string s ) : bool | ||
JoinWith ( IEnumerable strs, string separator ) : string |
public static GetStringHashcode ( string s ) : int | ||
s | string | |
Результат | int |
public static IsNullOrEmpty ( string s ) : bool | ||
s | string | |
Результат | bool |
public static JoinWith ( IEnumerable strs, string separator ) : string | ||
strs | IEnumerable | |
separator | string | |
Результат | string |