General code refactor.

This commit is contained in:
2021-08-17 21:22:58 +01:00
parent e1a7abc1a6
commit f173fb5d70
11 changed files with 591 additions and 628 deletions

View File

@@ -35,9 +35,7 @@ using Aaru.Console;
namespace Aaru.Helpers
{
/// <summary>
/// Helper operations to get hexadecimal representations of byte arrays
/// </summary>
/// <summary>Helper operations to get hexadecimal representations of byte arrays</summary>
public static class PrintHex
{
/// <summary>Prints a byte array as hexadecimal values to the console</summary>