C# Class XG.Extensions.Extensions

Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode 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 méthode

public static Difference ( this a, String b ) : double
a this
b String
Résultat double

Implode() public static méthode

public static Implode ( this aList, string aDelimiter ) : string
aList this
aDelimiter string
Résultat string

IsEqualWith() public static méthode

public static IsEqualWith ( this aBytes1, byte aBytes2 ) : bool
aBytes1 this
aBytes2 byte
Résultat bool

RemoveSpecialChars() public static méthode

public static RemoveSpecialChars ( this aStr ) : string
aStr this
Résultat string

ToDate() public static méthode

public static ToDate ( this aTimestamp ) : System.DateTime
aTimestamp this
Résultat System.DateTime

ToTimestamp() public static méthode

public static ToTimestamp ( this aDate ) : System.Int64
aDate this
Résultat System.Int64