Click here to Skip to main content
15,903,033 members
Home / Discussions / C#
   

C#

 
RantRe: How Pin
Mbah Dhaim6-Sep-08 11:25
Mbah Dhaim6-Sep-08 11:25 
GeneralRe: How Pin
Guffa6-Sep-08 12:43
Guffa6-Sep-08 12:43 
GeneralRe: How Pin
Blue_Boy6-Sep-08 13:07
Blue_Boy6-Sep-08 13:07 
GeneralRe: How Pin
#realJSOP7-Sep-08 2:01
professional#realJSOP7-Sep-08 2:01 
QuestionHow to convert one byte to string? Pin
nhatvhm6-Sep-08 0:44
nhatvhm6-Sep-08 0:44 
AnswerRe: How to convert one byte to string? Pin
prasadbuddhika6-Sep-08 0:59
prasadbuddhika6-Sep-08 0:59 
AnswerRe: How to convert one byte to string? Pin
User 66586-Sep-08 1:08
User 66586-Sep-08 1:08 
AnswerRe: How to convert one byte to string? Pin
Guffa6-Sep-08 1:51
Guffa6-Sep-08 1:51 
If you encode a single character into bytes using the UTF-8 encoding, it can result in more than a single byte. It wouldn't make sense to have a method that decodes a single byte, as that would only work on a very limited part of the character set.

If you have a character that actually was encoded into a single byte, you just have to put that byte in an array to decode it.

If you are trying to decode data byte by byte, that doesn't work, as some characters may need more than one byte of the data.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: How to convert one byte to string? Pin
Daniel Grunwald6-Sep-08 2:03
Daniel Grunwald6-Sep-08 2:03 
Questionproblem with asymchronus decrypting Pin
prasadbuddhika6-Sep-08 0:22
prasadbuddhika6-Sep-08 0:22 
AnswerRe: problem with asymchronus decrypting Pin
leppie6-Sep-08 5:40
leppie6-Sep-08 5:40 
AnswerRe: problem with asymchronus decrypting Pin
Mbah Dhaim6-Sep-08 8:24
Mbah Dhaim6-Sep-08 8:24 
QuestionFade in control in C# Pin
Chazzysb6-Sep-08 0:07
Chazzysb6-Sep-08 0:07 
AnswerRe: Fade in control in C# Pin
#realJSOP6-Sep-08 2:01
professional#realJSOP6-Sep-08 2:01 
AnswerRe: Fade in control in C# Pin
Dave Kreskowiak6-Sep-08 3:49
mveDave Kreskowiak6-Sep-08 3:49 
GeneralRe: Fade in control in C# Pin
perryf_006-Sep-08 16:44
perryf_006-Sep-08 16:44 
GeneralRe: Fade in control in C# Pin
Dave Kreskowiak6-Sep-08 20:05
mveDave Kreskowiak6-Sep-08 20:05 
GeneralRe: Fade in control in C# Pin
perryf_007-Sep-08 5:54
perryf_007-Sep-08 5:54 
GeneralRe: Fade in control in C# Pin
Dave Kreskowiak7-Sep-08 9:57
mveDave Kreskowiak7-Sep-08 9:57 
GeneralRe: Fade in control in C# Pin
perryf_007-Sep-08 11:08
perryf_007-Sep-08 11:08 
AnswerRe: Fade in control in C# Pin
Chazzysb6-Sep-08 4:15
Chazzysb6-Sep-08 4:15 
QuestionHelp Pin
Angelinna5-Sep-08 22:45
Angelinna5-Sep-08 22:45 
AnswerRe: Help Pin
Manas Bhardwaj5-Sep-08 23:25
professionalManas Bhardwaj5-Sep-08 23:25 
AnswerRe: Help Pin
zafersavas5-Sep-08 23:39
zafersavas5-Sep-08 23:39 
GeneralRe: Help [modified] Pin
Angelinna6-Sep-08 0:21
Angelinna6-Sep-08 0:21 

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.