Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
AnswerRe: convert ascii bytearray to string Pin
Natza Mitzi12-Jul-09 18:27
Natza Mitzi12-Jul-09 18:27 
AnswerRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 4:39
mveOriginalGriff12-Jul-09 4:39 
GeneralRe: convert ascii bytearray to string Pin
harold aptroot12-Jul-09 5:02
harold aptroot12-Jul-09 5:02 
GeneralRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 5:17
mveOriginalGriff12-Jul-09 5:17 
GeneralRe: convert ascii bytearray to string Pin
dybs12-Jul-09 5:54
dybs12-Jul-09 5:54 
GeneralRe: convert ascii bytearray to string Pin
OriginalGriff12-Jul-09 8:23
mveOriginalGriff12-Jul-09 8:23 
GeneralRe: convert ascii bytearray to string Pin
harold aptroot12-Jul-09 6:05
harold aptroot12-Jul-09 6:05 
AnswerRe: convert ascii bytearray to string Pin
Luc Pattyn12-Jul-09 5:00
sitebuilderLuc Pattyn12-Jul-09 5:00 
Hi,

GetString converts all the bytes from ASCII to Unicode, and 0 is a valid character, it is ASCII NULL.
If you know there is a NULL, then use ASCIIEncoding.ASCII.GetString(test, 0, test.Length-1);

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: convert ascii bytearray to string Pin
leppie12-Jul-09 5:37
leppie12-Jul-09 5:37 
Question[Message Deleted] Pin
sammy1502412-Jul-09 2:37
sammy1502412-Jul-09 2:37 
AnswerRe: Can anybody please help me Pin
dan!sh 12-Jul-09 3:02
professional dan!sh 12-Jul-09 3:02 
General[Message Deleted] Pin
sammy1502412-Jul-09 3:06
sammy1502412-Jul-09 3:06 
GeneralRe: Can anybody please help me Pin
Henry Minute12-Jul-09 3:30
Henry Minute12-Jul-09 3:30 
General[Message Deleted] Pin
sammy1502412-Jul-09 3:36
sammy1502412-Jul-09 3:36 
GeneralRe: Can anybody please help me Pin
Henry Minute12-Jul-09 3:50
Henry Minute12-Jul-09 3:50 
GeneralRe: Can anybody please help me Pin
sammy1502412-Jul-09 3:58
sammy1502412-Jul-09 3:58 
GeneralRe: Can anybody please help me Pin
OriginalGriff12-Jul-09 4:03
mveOriginalGriff12-Jul-09 4:03 
GeneralRe: Can anybody please help me Pin
sammy1502412-Jul-09 4:22
sammy1502412-Jul-09 4:22 
GeneralRe: Can anybody please help me Pin
OriginalGriff12-Jul-09 4:33
mveOriginalGriff12-Jul-09 4:33 
GeneralRe: Can anybody please help me Pin
Henry Minute12-Jul-09 4:09
Henry Minute12-Jul-09 4:09 
GeneralRe: Can anybody please help me Pin
sammy1502412-Jul-09 4:19
sammy1502412-Jul-09 4:19 
GeneralRe: Can anybody please help me Pin
Christian Graus12-Jul-09 4:32
protectorChristian Graus12-Jul-09 4:32 
GeneralRe: Can anybody please help me Pin
sammy1502412-Jul-09 4:38
sammy1502412-Jul-09 4:38 
GeneralRe: Can anybody please help me Pin
Christian Graus12-Jul-09 4:44
protectorChristian Graus12-Jul-09 4:44 
General[Message Deleted] Pin
sammy1502412-Jul-09 4:51
sammy1502412-Jul-09 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.