C# Класс cyberh0me.Utilities.ByteExtensions

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

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

Метод Описание
Equal ( this b1, byte b2 ) : bool
Equal ( this b1, byte b2, int start ) : bool
Reverse ( this source ) : byte[]
ToHex ( this data, int offset, int count ) : string
ToInt16 ( this value, int index ) : short
ToInt32 ( this value, int index ) : int
ToString ( this bytes, int offset, int count ) : string

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

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

public static Equal ( this b1, byte b2 ) : bool
b1 this
b2 byte
Результат bool

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

public static Equal ( this b1, byte b2, int start ) : bool
b1 this
b2 byte
start int
Результат bool

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

public static Reverse ( this source ) : byte[]
source this
Результат byte[]

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

public static ToHex ( this data, int offset, int count ) : string
data this
offset int
count int
Результат string

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

public static ToInt16 ( this value, int index ) : short
value this
index int
Результат short

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

public static ToInt32 ( this value, int index ) : int
value this
index int
Результат int

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

public static ToString ( this bytes, int offset, int count ) : string
bytes this
offset int
count int
Результат string