C# 클래스 SmartX.Extensions.StringExtension

파일 보기 프로젝트 열기: zhangkong828/SmartX

공개 메소드들

메소드 설명
GetStringHashcode ( string s ) : int

返回平台无关的Hashcode

IsNullOrEmpty ( string s ) : bool
JoinWith ( IEnumerable strs, string separator ) : string

메소드 상세

GetStringHashcode() 공개 정적인 메소드

返回平台无关的Hashcode
public static GetStringHashcode ( string s ) : int
s string
리턴 int

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( string s ) : bool
s string
리턴 bool

JoinWith() 공개 정적인 메소드

public static JoinWith ( IEnumerable strs, string separator ) : string
strs IEnumerable
separator string
리턴 string