C# 클래스 SIPSorcery.Sys.TypeExtensions

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WhiteSpaceChars char[]

공개 메소드들

메소드 설명
GetEpoch ( this dateTime ) : long
IsNullOrBlank ( this s ) : bool

Gets a value that indicates whether or not the collection is empty.

NotNullOrBlank ( this s ) : bool

메소드 상세

GetEpoch() 공개 정적인 메소드

public static GetEpoch ( this dateTime ) : long
dateTime this
리턴 long

IsNullOrBlank() 공개 정적인 메소드

Gets a value that indicates whether or not the collection is empty.
public static IsNullOrBlank ( this s ) : bool
s this
리턴 bool

NotNullOrBlank() 공개 정적인 메소드

public static NotNullOrBlank ( this s ) : bool
s this
리턴 bool

프로퍼티 상세

WhiteSpaceChars 공개적으로 정적으로 프로퍼티

public static char[] WhiteSpaceChars
리턴 char[]