C# Class dotGit.Extensions

Mostrar archivo Open project: schacon/dotgit

Public Methods

Method Description
FormatWith ( this input ) : string
GetBits ( this b, int offset, int count ) : int
GetString ( this input ) : string
ToInt ( this input ) : int
ToLong ( this input ) : long
ToSHAString ( this input ) : string

Method Details

FormatWith() public static method

public static FormatWith ( this input ) : string
input this
return string

GetBits() public static method

public static GetBits ( this b, int offset, int count ) : int
b this
offset int
count int
return int

GetString() public static method

public static GetString ( this input ) : string
input this
return string

ToInt() public static method

public static ToInt ( this input ) : int
input this
return int

ToLong() public static method

public static ToLong ( this input ) : long
input this
return long

ToSHAString() public static method

public static ToSHAString ( this input ) : string
input this
return string