mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use string interpolation expression.
This commit is contained in:
@@ -220,7 +220,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
|
||||
EVPDType evpd = new EVPDType
|
||||
{
|
||||
Image = string.Format("{0}.evpd_{1:X2}h.bin", outputPrefix, page),
|
||||
Image = $"{outputPrefix}.evpd_{page:X2}h.bin",
|
||||
Checksums = Checksum.GetChecksums(cmdBuf).ToArray(),
|
||||
Size = cmdBuf.Length
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user