C# 클래스 cyberh0me.Utilities.ByteExtensions

파일 보기 프로젝트 열기: cyberh0me/OTP

공개 메소드들

메소드 설명
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