C# Class SIPSorcery.Sys.TypeExtensions

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
WhiteSpaceChars char[]

Public Methods

Method Description
GetEpoch ( this dateTime ) : long
IsNullOrBlank ( this s ) : bool

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

NotNullOrBlank ( this s ) : bool

Method Details

GetEpoch() public static method

public static GetEpoch ( this dateTime ) : long
dateTime this
return long

IsNullOrBlank() public static method

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

NotNullOrBlank() public static method

public static NotNullOrBlank ( this s ) : bool
s this
return bool

Property Details

WhiteSpaceChars public static property

public static char[] WhiteSpaceChars
return char[]