GetBytes whitout regex

This commit is contained in:
Stoyan Zlatev 2025-09-23 11:36:47 +02:00
parent eb76660627
commit 8d34f9d64d

View File

@ -525,7 +525,7 @@
if (!string.IsNullOrWhiteSpace(hexString))
{
hexString = Regex.Replace(hexString, "[^a-fA-F0-9]*", string.Empty);
// not needed, only valid hex bytes are processed // hexString = Regex.Replace(hexString, "[^a-fA-F0-9]*", string.Empty);
var first = true;
var x = 0;