C# 클래스 Microsoft.HockeyApp.UtilExtensions

static extension class for utility extensions
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
IsValidEmail ( this str ) : bool

Checks valid format of an email address

ToReadableByteString ( this byteCount ) : String

Convert a number of bytes to a short readable string

UnixTimeStampToDateTime ( this unixTimeStamp ) : DateTime?

Convert a unix epoch-timestamp to a DateTime

비공개 메소드들

메소드 설명
AsInternal ( this @this ) : IHockeyClientInternal

메소드 상세

IsValidEmail() 공개 정적인 메소드

Checks valid format of an email address
public static IsValidEmail ( this str ) : bool
str this string to check
리턴 bool

ToReadableByteString() 공개 정적인 메소드

Convert a number of bytes to a short readable string
public static ToReadableByteString ( this byteCount ) : String
byteCount this number of bytes
리턴 String

UnixTimeStampToDateTime() 공개 정적인 메소드

Convert a unix epoch-timestamp to a DateTime
public static UnixTimeStampToDateTime ( this unixTimeStamp ) : DateTime?
unixTimeStamp this seconds since epoch (1.1.1970)
리턴 DateTime?