mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-18 06:45:10 +00:00
Disable printing by default again
This commit is contained in:
@@ -2299,8 +2299,8 @@ namespace BurnOutSharp.Wrappers
|
||||
{
|
||||
//if (entry.Data != null)
|
||||
// Console.WriteLine($"{padding}Value (Byte Data): {BitConverter.ToString(entry.Data).Replace('-', ' ')}");
|
||||
if (entry.Data != null)
|
||||
Console.WriteLine($"{padding}Value (ASCII): {Encoding.ASCII.GetString(entry.Data)}");
|
||||
//if (entry.Data != null)
|
||||
// Console.WriteLine($"{padding}Value (ASCII): {Encoding.ASCII.GetString(entry.Data)}");
|
||||
//if (entry.Data != null)
|
||||
// Console.WriteLine($"{padding}Value (UTF-8): {Encoding.UTF8.GetString(entry.Data)}");
|
||||
//if (entry.Data != null)
|
||||
|
||||
Reference in New Issue
Block a user