mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Pass string interpolation.
This commit is contained in:
@@ -222,7 +222,7 @@ public static class DensitySupport
|
||||
sb.AppendFormat("\t" + Localization.Medium_supports_following_density_codes);
|
||||
|
||||
for(var i = 0; i < descriptor.numberOfCodes; i++)
|
||||
sb.AppendFormat(" {0:X2}h", descriptor.densityCodes[i]);
|
||||
sb.Append($" {descriptor.densityCodes[i]:X2}h");
|
||||
|
||||
sb.AppendLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user