Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~106 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for saiaditya007

I want to send a string through a socket. So, i convert string into array of bytes. System::String ^st = "ÿÿÿÿdetails\x00"; array<Byte>^ msg = Encoding::ASCII->GetBytes(st); And when i convert back the array bytes to a string , i get a different string. System::String ^t = Encoding::ASCII->GetString(msg); MessageBox::Show(t,"asd"); The string t …

Member Avatar for saiaditya007
0
106

The End.