C# convert binary data to string?
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-06-01T03:26:54Z
Indexed on
2010/06/01
4:43 UTC
Read the original article
Hit count: 191
c#
Hi, just going through the registry retrieving values and binary is making my file outputer fall.
I was wondering how could I convert Subkey.getValue(value[i]) into a String if the Value type is binary?
Thank you in advance
© Stack Overflow or respective owner