C# Class SparkleLib.Extensions

Show file Open project: brandondahler/SparkleShare

Public Methods

Method Description
Combine ( this parts ) : string
IsSymlink ( this file ) : bool
MD5 ( this s ) : string
SHA1 ( this s ) : string
ToSize ( this byte_count ) : string

Method Details

Combine() public static method

public static Combine ( this parts ) : string
parts this
return string

IsSymlink() public static method

public static IsSymlink ( this file ) : bool
file this
return bool

MD5() public static method

public static MD5 ( this s ) : string
s this
return string

SHA1() public static method

public static SHA1 ( this s ) : string
s this
return string

ToSize() public static method

public static ToSize ( this byte_count ) : string
byte_count this
return string