mirror of
https://github.com/aaru-dps/Aaru.Helpers.git
synced 2025-12-16 19:24:35 +00:00
Show decoded and hex view of data taken from tested media.
This commit is contained in:
@@ -50,6 +50,9 @@ namespace DiscImageChef
|
||||
/// <returns>String containing hexadecimal values</returns>
|
||||
public static string ByteArrayToHexArrayString(byte[] array, int width = 16, bool color = false)
|
||||
{
|
||||
if(array is null)
|
||||
return null;
|
||||
|
||||
// TODO: Color list
|
||||
// TODO: Allow to change width
|
||||
string str = "Offset";
|
||||
|
||||
Reference in New Issue
Block a user