Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Remoting, Client side reference server side? then how distribute? Pin
fayth24-Jun-04 20:19
fayth24-Jun-04 20:19 
GeneralRe: .NET Remoting, Client side reference server side? then how distribute? Pin
Xiangyang Liu 刘向阳25-Jun-04 15:47
Xiangyang Liu 刘向阳25-Jun-04 15:47 
GeneralToolboxBitmap Icon Pin
The_Soul_Of_Rock24-Jun-04 14:48
The_Soul_Of_Rock24-Jun-04 14:48 
GeneralRe: ToolboxBitmap Icon Pin
Heath Stewart25-Jun-04 3:57
protectorHeath Stewart25-Jun-04 3:57 
GeneralConverting byte[] to Hex String; Pin
Bo Hunter24-Jun-04 12:27
Bo Hunter24-Jun-04 12:27 
GeneralRe: Converting byte[] to Hex String; Pin
Heath Stewart24-Jun-04 12:42
protectorHeath Stewart24-Jun-04 12:42 
GeneralRe: Converting byte[] to Hex String; Pin
Bo Hunter24-Jun-04 14:24
Bo Hunter24-Jun-04 14:24 
GeneralRe: Converting byte[] to Hex String; Pin
Heath Stewart25-Jun-04 3:33
protectorHeath Stewart25-Jun-04 3:33 
"Specific". "Pacific" is the worlds largest ocean.

Also, sayinging "it does not work" doesn't help me one bit. What doesn't work? Be more specific. Do you tell your doctor that you don't feel well and leave it at that?

A byte is a byte is a byte. A byte is 8 bits (currently; I doubt that will ever change). On some platforms, these are big endian and some art little endian, but the .NET Framework takes care of that detail for you.

Whatever the case is, the BCL is correct. If you don't understand pointer math, I suggest you just use byte.ToString("x2"); otherwise, please be more specific about what the problem is. I - or any other regular here - am not going to debug your code for you, but we'll try to help you if you be more specific and tell us what's wrong.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Converting byte[] to Hex String; Pin
Bo Hunter25-Jun-04 13:05
Bo Hunter25-Jun-04 13:05 
GeneralRe: Converting byte[] to Hex String; Pin
Karl 200027-Jun-04 10:16
Karl 200027-Jun-04 10:16 
GeneralRe: Converting byte[] to Hex String; Pin
Heath Stewart27-Jun-04 17:37
protectorHeath Stewart27-Jun-04 17:37 
GeneralRe: Converting byte[] to Hex String; Pin
Karl 200027-Jun-04 10:08
Karl 200027-Jun-04 10:08 
GeneralClearing Panel from Event Handler Pin
RobertVG24-Jun-04 11:21
RobertVG24-Jun-04 11:21 
GeneralRe: Clearing Panel from Event Handler Pin
Heath Stewart24-Jun-04 12:25
protectorHeath Stewart24-Jun-04 12:25 
GeneralRe: Clearing Panel from Event Handler Pin
RobertVG24-Jun-04 13:55
RobertVG24-Jun-04 13:55 
GeneralRe: Clearing Panel from Event Handler Pin
RobertVG24-Jun-04 13:56
RobertVG24-Jun-04 13:56 
GeneralRe: Clearing Panel from Event Handler Pin
RobertVG24-Jun-04 14:11
RobertVG24-Jun-04 14:11 
GeneralConcurrency Pin
IamADotNetGuy24-Jun-04 10:01
IamADotNetGuy24-Jun-04 10:01 
GeneralRe: Concurrency Pin
Dave Kreskowiak24-Jun-04 10:17
mveDave Kreskowiak24-Jun-04 10:17 
GeneralRe: Concurrency Pin
Xiangyang Liu 刘向阳24-Jun-04 17:13
Xiangyang Liu 刘向阳24-Jun-04 17:13 
GeneralDetaching event handlers Pin
Flack24-Jun-04 9:57
Flack24-Jun-04 9:57 
GeneralRe: Detaching event handlers Pin
Heath Stewart24-Jun-04 10:27
protectorHeath Stewart24-Jun-04 10:27 
GeneralNeed PDF help Pin
Unforsacable24-Jun-04 9:35
Unforsacable24-Jun-04 9:35 
GeneralRe: Need PDF help Pin
Heath Stewart24-Jun-04 9:47
protectorHeath Stewart24-Jun-04 9:47 
GeneralRe: Need PDF help Pin
Anonymous24-Jun-04 11:14
Anonymous24-Jun-04 11:14 

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.