Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
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 
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 
Good point - I just discovered I get an exception when I try and get an integer above 127.

string tmpByte = "0x80H"
int integer = int.Parse(tmpByte.Substring(tmpByte.IndexOf("x") + 1), System.Globalization.NumberStyles.HexNumber);


Gives me a A first chance exception of type 'System.FormatException' occurred in mscorlib.dll exception.

It's gonna be a late night...

You always pass failure on the way to success.


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 
QuestionUpdating or refreshing DataGridView after database change... Pin
Niksa12-Apr-08 9:51
Niksa12-Apr-08 9:51 
GeneralRe: Updating or refreshing DataGridView after database change... Pin
Elina Blank16-Apr-08 7:11
sitebuilderElina Blank16-Apr-08 7:11 
QuestionC# - Changing the data in the database Pin
Alessandra7712-Apr-08 9:14
Alessandra7712-Apr-08 9:14 
GeneralRe: C# - Changing the data in the database Pin
Christian Graus12-Apr-08 14:13
protectorChristian Graus12-Apr-08 14:13 

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.