mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Final cleanup of DiscImageChef.Helpers.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace DiscImageChef
|
||||
public static class PrintHex
|
||||
{
|
||||
/// <summary>
|
||||
/// Prints a byte array as hexadecimal values to the console
|
||||
/// Prints a byte array as hexadecimal values to the console
|
||||
/// </summary>
|
||||
/// <param name="array">Array</param>
|
||||
/// <param name="width">Width of line</param>
|
||||
@@ -48,7 +48,7 @@ namespace DiscImageChef
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Prints a byte array as hexadecimal values to a string
|
||||
/// Prints a byte array as hexadecimal values to a string
|
||||
/// </summary>
|
||||
/// <param name="array">Array</param>
|
||||
/// <param name="width">Width of line</param>
|
||||
|
||||
Reference in New Issue
Block a user