Re: How to Convert byte[] to String ? {simple request}
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 06/03/04
- Next message: Jon Skeet [C# MVP]: "Re: Memory barrier note"
- Previous message: Mike Schilling: "Re: csc (C# Compiler) bug"
- In reply to: Auburnate: "How to Convert byte[] to String ? {simple request}"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Jon Skeet [C# MVP]: "Re: Memory barrier note"
- Previous message: Mike Schilling: "Re: csc (C# Compiler) bug"
- In reply to: Auburnate: "How to Convert byte[] to String ? {simple request}"
- Messages sorted by: [ date ] [ thread ]