C# Класс dotGit.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

FormatWith() публичный статический Метод

public static FormatWith ( this input ) : string
input this
Результат string

GetBits() публичный статический Метод

public static GetBits ( this b, int offset, int count ) : int
b this
offset int
count int
Результат int

GetString() публичный статический Метод

public static GetString ( this input ) : string
input this
Результат string

ToInt() публичный статический Метод

public static ToInt ( this input ) : int
input this
Результат int

ToLong() публичный статический Метод

public static ToLong ( this input ) : long
input this
Результат long

ToSHAString() публичный статический Метод

public static ToSHAString ( this input ) : string
input this
Результат string