Re: How to Convert byte[] to String ? {simple request}

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 06/03/04


Date: Thu, 3 Jun 2004 20:32:35 +0100

Auburnate <anonymous@discussions.microsoft.com> wrote:
> byte[] bb=new byte[1000];
> int k=stm.Read(bb,0,1000);
>
> I want to convert bb into a string so I can put it in code like this:
> txtboxReceivedata.Text=strString;

See http://www.pobox.com/~skeet/csharp/unicode.html

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too