Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: garbage collection Pin
Colin Angus Mackay22-Feb-06 11:50
Colin Angus Mackay22-Feb-06 11:50 
QuestionConvert String to decimal Pin
cppdotnet22-Feb-06 3:51
cppdotnet22-Feb-06 3:51 
AnswerRe: Convert String to decimal Pin
Judah Gabriel Himango22-Feb-06 4:10
sponsorJudah Gabriel Himango22-Feb-06 4:10 
GeneralRe: Convert String to decimal Pin
cppdotnet22-Feb-06 4:16
cppdotnet22-Feb-06 4:16 
GeneralRe: Convert String to decimal Pin
Judah Gabriel Himango22-Feb-06 4:29
sponsorJudah Gabriel Himango22-Feb-06 4:29 
GeneralRe: Convert String to decimal Pin
Dan Neely22-Feb-06 4:37
Dan Neely22-Feb-06 4:37 
GeneralRe: Convert String to decimal Pin
Judah Gabriel Himango22-Feb-06 4:44
sponsorJudah Gabriel Himango22-Feb-06 4:44 
GeneralRe: Convert String to decimal Pin
cppdotnet22-Feb-06 5:02
cppdotnet22-Feb-06 5:02 
I know 88 is same as 88.0 or 88.00 but according to my requriments i have two #'s coming in ex 00.00 as string aand 88.00 as decimal .... now i have to compare string # to decimal which means that my number should have 2 digit before decimal and 2 digit after


another example one # is 0.0 measn another # should have one digit before decimal and one digit after decimal ... regardless of 8.0 is same as 8.00 or 8 ... in my case only 8.0 or 8.1 0r 8.2 or 9.1 are the valid digit since one digit after decimal and one digit before decimal


That's why i can't use formating since i don't what's the 1st # will look like which is string and what's the 2nd # looks like which is decimal

Thanks
GeneralRe: Convert String to decimal Pin
Dan Neely22-Feb-06 6:15
Dan Neely22-Feb-06 6:15 
GeneralRe: Convert String to decimal Pin
Qhalis22-Feb-06 4:59
Qhalis22-Feb-06 4:59 
QuestionHaving Scrollbars to MDI form? Pin
majidbhutta22-Feb-06 3:50
majidbhutta22-Feb-06 3:50 
AnswerRe: Having Scrollbars to MDI form? Pin
Judah Gabriel Himango22-Feb-06 7:13
sponsorJudah Gabriel Himango22-Feb-06 7:13 
QuestionSave with date format Pin
mostafa_h22-Feb-06 3:29
mostafa_h22-Feb-06 3:29 
AnswerRe: Save with date format Pin
Judah Gabriel Himango22-Feb-06 4:03
sponsorJudah Gabriel Himango22-Feb-06 4:03 
GeneralRe: Save with date format Pin
mostafa_h22-Feb-06 4:45
mostafa_h22-Feb-06 4:45 
GeneralRe: Save with date format Pin
Judah Gabriel Himango22-Feb-06 4:48
sponsorJudah Gabriel Himango22-Feb-06 4:48 
GeneralRe: Save with date format Pin
mostafa_h22-Feb-06 6:24
mostafa_h22-Feb-06 6:24 
AnswerRe: Save with date format Pin
Le centriste22-Feb-06 6:28
Le centriste22-Feb-06 6:28 
GeneralRe: Save with date format Pin
mostafa_h22-Feb-06 7:25
mostafa_h22-Feb-06 7:25 
GeneralRe: Save with date format Pin
Le centriste22-Feb-06 7:26
Le centriste22-Feb-06 7:26 
GeneralRe: Save with date format Pin
mostafa_h22-Feb-06 11:12
mostafa_h22-Feb-06 11:12 
QuestionThreading Pin
Areff22-Feb-06 3:27
Areff22-Feb-06 3:27 
AnswerRe: Threading Pin
Judah Gabriel Himango22-Feb-06 3:57
sponsorJudah Gabriel Himango22-Feb-06 3:57 
AnswerRe: Threading Pin
StyleGuide22-Feb-06 4:08
StyleGuide22-Feb-06 4:08 
AnswerRe: Threading Pin
StyleGuide22-Feb-06 4:09
StyleGuide22-Feb-06 4:09 

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.