mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-06 15:06:09 +00:00
Use invariant culture
This commit is contained in:
@@ -9,7 +9,7 @@ public static class BinaryExtensions
|
||||
var buffer = new StringBuilder(2 * data.Length);
|
||||
|
||||
foreach (var b in data)
|
||||
buffer.Append(b.ToString("X2"));
|
||||
buffer.Append(b.ToString("x2"));
|
||||
|
||||
return buffer.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user