K
Kasper Hansen
I need to search through a binary file to find a specific string and then
replace it with another string. However the
System.Text.Encoding.ASCII.GetString method i originally used seems to do
some character conversion. I also tried using UTF7-8 and Unicode
conversions, but the output is still converted. How do i get past this?
Thanks in advance,
Kasper Hansen
replace it with another string. However the
System.Text.Encoding.ASCII.GetString method i originally used seems to do
some character conversion. I also tried using UTF7-8 and Unicode
conversions, but the output is still converted. How do i get past this?
Thanks in advance,
Kasper Hansen