Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
GeneralConnecting string ADO.NET for MySQL Pin
Tjie Pouw12-Apr-08 14:08
Tjie Pouw12-Apr-08 14:08 
GeneralRe: Connecting string ADO.NET for MySQL Pin
Christian Graus12-Apr-08 14:10
protectorChristian Graus12-Apr-08 14:10 
GeneralRe: Connecting string ADO.NET for MySQL Pin
Not Active12-Apr-08 14:52
mentorNot Active12-Apr-08 14:52 
GeneralRe: Connecting string ADO.NET for MySQL Pin
Christian Graus12-Apr-08 15:11
protectorChristian Graus12-Apr-08 15:11 
GeneralRe: Connecting string ADO.NET for MySQL Pin
Tjie Pouw12-Apr-08 19:32
Tjie Pouw12-Apr-08 19:32 
GeneralRe: Connecting string ADO.NET for MySQL Pin
Ravenet13-Apr-08 16:09
Ravenet13-Apr-08 16:09 
QuestionRouter Configuration? Pin
AhmedOsamaMoh12-Apr-08 13:15
AhmedOsamaMoh12-Apr-08 13:15 
GeneralConverting string to byte Pin
GuyThiebaut12-Apr-08 10:13
professionalGuyThiebaut12-Apr-08 10:13 
I have a representation of a byte stored in a string e.g. "0x08" which I want to convert to a byte.

I must be missing something really obvious here even after googling for 45 minutes.
I have not been able to use byte.Parse("0x08") as this requires an integer.
I tried int.Parse("0x08") but the string cannot be converted so that I could then use the previous method.

Any help appreciated.

Guy

You always pass failure on the way to success.


GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 10:51
Ed.Poore12-Apr-08 10:51 
GeneralRe: Converting string to byte Pin
GuyThiebaut12-Apr-08 11:05
professionalGuyThiebaut12-Apr-08 11:05 
GeneralRe: Converting string to byte Pin
Guffa12-Apr-08 11:26
Guffa12-Apr-08 11:26 
GeneralRe: Converting string to byte Pin
GuyThiebaut12-Apr-08 11:31
professionalGuyThiebaut12-Apr-08 11:31 
GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 11:35
Ed.Poore12-Apr-08 11:35 
GeneralRe: Converting string to byte Pin
GuyThiebaut12-Apr-08 11:42
professionalGuyThiebaut12-Apr-08 11:42 
GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 11:51
Ed.Poore12-Apr-08 11:51 
GeneralRe: Converting string to byte Pin
GuyThiebaut12-Apr-08 11:57
professionalGuyThiebaut12-Apr-08 11:57 
GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 12:10
Ed.Poore12-Apr-08 12:10 
GeneralRe: Converting string to byte Pin
GuyThiebaut12-Apr-08 12:14
professionalGuyThiebaut12-Apr-08 12:14 
GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 12:25
Ed.Poore12-Apr-08 12:25 
GeneralRe: Converting string to byte Pin
martin_hughes12-Apr-08 13:12
martin_hughes12-Apr-08 13:12 
GeneralRe: Converting string to byte Pin
Guffa12-Apr-08 13:32
Guffa12-Apr-08 13:32 
GeneralRe: Converting string to byte Pin
martin_hughes12-Apr-08 13:41
martin_hughes12-Apr-08 13:41 
GeneralRe: Converting string to byte Pin
Ed.Poore12-Apr-08 22:47
Ed.Poore12-Apr-08 22:47 
GeneralRe: Converting string to byte Pin
Guffa13-Apr-08 7:24
Guffa13-Apr-08 7:24 
GeneralRe: Converting string to byte Pin
Ed.Poore13-Apr-08 7:42
Ed.Poore13-Apr-08 7:42 

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.