473,654 Members | 3,028 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to convert a char array(byte[]) to a string variable?

Hi,

how to convert a char array(byte[]) to a string variable?

byte[] buffer;
string strTest;

/*the blow codes all get type of 'buffer': System.Byte[]!
strTest = buffer.ToString ()
strTest = System.Convert. ToString(buffer )
*/

Thanks.
Mar 16 '06 #1
3 3646
Depends on how your string is encoded in the byte[], is it UTF8, ASCII...?
Use the classes derived from the System.Text.Enc oding class such as
System.Text.UTF 8Encoding.

class Program {
static void Main() {
System.Text.Enc oding utf = new System.Text.UTF 8Encoding();
string str = "hello";
byte[] bin = utf.GetBytes(st r);
string strCopy = utf.GetString(b in);
}
}

Patrick Smacchia
MVP.NET
Author of Practical .NET2 and C#2 http://www.PracticalDOT.NET
Author of NDepend: http://www.NDepend.com


"David" <Da************ *@hotmail.com> a écrit dans le message de news:
e%************* ***@TK2MSFTNGP1 2.phx.gbl...
Hi,

how to convert a char array(byte[]) to a string variable?

byte[] buffer;
string strTest;

/*the blow codes all get type of 'buffer': System.Byte[]!
strTest = buffer.ToString ()
strTest = System.Convert. ToString(buffer )
*/

Thanks.

Mar 16 '06 #2
David <Da************ *@hotmail.com> wrote:
how to convert a char array(byte[]) to a string variable?

byte[] buffer;
string strTest;

/*the blow codes all get type of 'buffer': System.Byte[]!
strTest = buffer.ToString ()
strTest = System.Convert. ToString(buffer )
*/


Aside from Patrick's answer, your first sentence reveals a
misunderstandin g. A char array is *not* a byte[]. A byte[] is a byte
array, and a char[] is a char array. Chars are 16 bits in C#, always.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 17 '06 #3
Thank you. I see.

"David" <Da************ *@hotmail.com> дÈëÓʼþ
news:e%******** ********@TK2MSF TNGP12.phx.gbl. ..
Hi,

how to convert a char array(byte[]) to a string variable?

byte[] buffer;
string strTest;

/*the blow codes all get type of 'buffer': System.Byte[]!
strTest = buffer.ToString ()
strTest = System.Convert. ToString(buffer )
*/

Thanks.

Mar 17 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
5579
by: techno | last post by:
Dear all, Our bitmap has some x00 values ( '\0' ) and i am storing it in char* array. the problem is that the '\0' is treated as eos character in c and it is truncating it so the characters after it are not pass to the function. here is the code snippet /* DATA8583.data = ( char ) ( unsigned int ) 0xF0;
0
4208
by: Dancan | last post by:
Dim UsrSID As Byte() = CType(Child.Properties("objectSID").Value, Byte()) In UsrSID I have array Byte of SID Users. I must Convert in String.... One solution is that to use API ConvertSidToStringSid(ADVAPI32.DLL) but this functionally not implemented into Windows 9x....(i have tried also install Extension for Active directory for Win9x)
5
4192
by: Terry Olsen | last post by:
Looking for info on how to convert a byte array to a string, and string to byte array. Thanks.
4
42841
by: John Smith | last post by:
Hello, Suppose I have the following C# code which I want to convert to VB: for (int i = 0; i < nFieldLength; i++) Console.Write((char) sValue); sValue is a byte array. The problem is the typecast which I can't find an equivalent for in VB. I
4
41557
by: msosno01 | last post by:
I have Java client that connects to C++ server. The client sends integer in binary using DataOutputStream write function. I am reading these data into buffer. I have to convert this buffer back into integer, but I am not sure how to do it. This is my code: int32_t var1; uint8_t buf;
5
3100
by: 9966 | last post by:
Hi, currently I'm having a problem on converting a string type array into a char type. An example is as follows: string fruits; vector <char> temp; The fruits array HAS to be a string type and temp vector HAS to be a char type. This can't be changed. So I've a problem on storing the element of fruits array into temp vector as follows: temp.push_back(fruits); <-----I know this is wrong. So can I know how to convert string array into...
4
17347
by: Man4ish | last post by:
HI , I am trying to convert string into char array of characters.but facing problem. #include <iostream> #include <string> using namespace std; int main() { string t="1,2,3,4,5,6";
10
4881
by: =?Utf-8?B?Um95?= | last post by:
What is the way to have best performance to copy a byte to a value such as long? I use BitConverter.ToInt64(binary, offset) But the performace is not good enough. I need to have the best performance in my case.
6
5255
by: Bob Altman | last post by:
Hi all, I'm looking for the fastest way to convert an array of bytes to String. I also need to convert a String back to its original Byte() representation. Convert.ToBase64String and Convert.FromBase64String seem like the closest thing I can find to what I'm looking for baked into the base class library. Can anyone suggest a better way to do this? TIA - Bob
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8707
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7306
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6161
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.