Method | Description | |
---|---|---|
Reverse ( this bytes ) : byte[] | ||
ToHex ( this b ) : string | ||
ToHex ( this bytes, int offset, int count ) : string | ||
ToHex ( this bytes, string format ) : string | ||
ToStr ( this bytes ) : string | ||
Utf8ToStr ( this bytes ) : string |
public static Reverse ( this bytes ) : byte[] | ||
bytes | this | |
return | byte[] |
public static ToHex ( this bytes, int offset, int count ) : string | ||
bytes | this | |
offset | int | |
count | int | |
return | string |
public static ToHex ( this bytes, string format ) : string | ||
bytes | this | |
format | string | |
return | string |
public static Utf8ToStr ( this bytes ) : string | ||
bytes | this | |
return | string |