C# 클래스 XG.Extensions.Extensions

파일 보기 프로젝트 열기: lformella/xdcc-grabscher

공개 메소드들

메소드 설명
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

메소드 상세

Difference() 공개 정적인 메소드

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

Implode() 공개 정적인 메소드

public static Implode ( this aList, string aDelimiter ) : string
aList this
aDelimiter string
리턴 string

IsEqualWith() 공개 정적인 메소드

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

RemoveSpecialChars() 공개 정적인 메소드

public static RemoveSpecialChars ( this aStr ) : string
aStr this
리턴 string

ToDate() 공개 정적인 메소드

public static ToDate ( this aTimestamp ) : System.DateTime
aTimestamp this
리턴 System.DateTime

ToTimestamp() 공개 정적인 메소드

public static ToTimestamp ( this aDate ) : System.Int64
aDate this
리턴 System.Int64