T
Tim Johnson
I have to read an ASCIIZ byte buffer from a registry entry and display it on
my form. What's the right way to convert this to a C# string? I can see
the bytes as an object retrieved from the OpenNETCF registry, as in "0x41
0x42 0x43 0x00". I was hoping there was a simple convert statement, vs.
some roundabout way using a TextReader stream or something.
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
my form. What's the right way to convert this to a C# string? I can see
the bytes as an object retrieved from the OpenNETCF registry, as in "0x41
0x42 0x43 0x00". I was hoping there was a simple convert statement, vs.
some roundabout way using a TextReader stream or something.
--
Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625