메소드 | 설명 | |
---|---|---|
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 |
public static Equal ( this b1, byte b2, int start ) : bool | ||
b1 | this | |
b2 | byte | |
start | int | |
리턴 | bool |
public static ToHex ( this data, int offset, int count ) : string | ||
data | this | |
offset | int | |
count | int | |
리턴 | string |
public static ToInt16 ( this value, int index ) : short | ||
value | this | |
index | int | |
리턴 | short |
public static ToInt32 ( this value, int index ) : int | ||
value | this | |
index | int | |
리턴 | int |
public static ToString ( this bytes, int offset, int count ) : string | ||
bytes | this | |
offset | int | |
count | int | |
리턴 | string |