Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
AsInternal ( this @this ) : IHockeyClientInternal |
public static IsValidEmail ( this str ) : bool | ||
str | this | string to check |
return | bool |
public static ToReadableByteString ( this byteCount ) : String | ||
byteCount | this | number of bytes |
return | String |
public static UnixTimeStampToDateTime ( this unixTimeStamp ) : DateTime? | ||
unixTimeStamp | this | seconds since epoch (1.1.1970) |
return | DateTime? |