C# Class XG.Extensions.Extensions

ファイルを表示 Open project: lformella/xdcc-grabscher

Public Methods

Method Description
Difference ( this a, String b ) : double
Implode ( this aList, string aDelimiter ) : string
IsEqualWith ( this aBytes1, byte aBytes2 ) : bool
RemoveSpecialChars ( this aStr ) : string
ToDate ( this aTimestamp ) : System.DateTime
ToTimestamp ( this aDate ) : System.Int64

Method Details

Difference() public static method

public static Difference ( this a, String b ) : double
a this
b String
return double

Implode() public static method

public static Implode ( this aList, string aDelimiter ) : string
aList this
aDelimiter string
return string

IsEqualWith() public static method

public static IsEqualWith ( this aBytes1, byte aBytes2 ) : bool
aBytes1 this
aBytes2 byte
return bool

RemoveSpecialChars() public static method

public static RemoveSpecialChars ( this aStr ) : string
aStr this
return string

ToDate() public static method

public static ToDate ( this aTimestamp ) : System.DateTime
aTimestamp this
return System.DateTime

ToTimestamp() public static method

public static ToTimestamp ( this aDate ) : System.Int64
aDate this
return System.Int64