Méthode | Description | |
---|---|---|
Difference ( this a, String b ) : double | ||
Implode ( this |
||
IsEqualWith ( this aBytes1, byte aBytes2 ) : bool | ||
RemoveSpecialChars ( this aStr ) : string | ||
ToDate ( this aTimestamp ) : System.DateTime | ||
ToTimestamp ( this aDate ) : System.Int64 |
public static Difference ( this a, String b ) : double | ||
a | this | |
b | String | |
Résultat | double |
public static Implode ( this |
||
aList | this |
|
aDelimiter | string | |
Résultat | string |
public static IsEqualWith ( this aBytes1, byte aBytes2 ) : bool | ||
aBytes1 | this | |
aBytes2 | byte | |
Résultat | bool |
public static RemoveSpecialChars ( this aStr ) : string | ||
aStr | this | |
Résultat | string |
public static ToDate ( this aTimestamp ) : System.DateTime | ||
aTimestamp | this | |
Résultat | System.DateTime |
public static ToTimestamp ( this aDate ) : System.Int64 | ||
aDate | this | |
Résultat | System.Int64 |