Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: Converting Image file to binary file Pin
loyal ginger14-Jan-10 15:33
loyal ginger14-Jan-10 15:33 
GeneralRe: Converting Image file to binary file Pin
Luc Pattyn14-Jan-10 16:34
sitebuilderLuc Pattyn14-Jan-10 16:34 
AnswerRe: Converting Image file to binary file Pin
Giorgi Dalakishvili14-Jan-10 19:22
mentorGiorgi Dalakishvili14-Jan-10 19:22 
QuestionRequest: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
tonyonlinux14-Jan-10 13:15
tonyonlinux14-Jan-10 13:15 
AnswerRe: Request: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
Abhinav S14-Jan-10 16:01
Abhinav S14-Jan-10 16:01 
GeneralRe: Request: Help: Amazon Webservice with c#.net seemed to change things in recent update Pin
tonyonlinux14-Jan-10 18:04
tonyonlinux14-Jan-10 18:04 
Questionstring conversion to double Pin
Aljaz11114-Jan-10 12:01
Aljaz11114-Jan-10 12:01 
AnswerRe: string conversion to double Pin
Luc Pattyn14-Jan-10 12:57
sitebuilderLuc Pattyn14-Jan-10 12:57 
Hi,

the Convert class (or the Parse methods of several classes) will turn a string into a numeric value that matches the string as good as it can. There is no way around that.
You can change the result by adding another statement that operates on the numeric variable, something like double d=Math.Round(d,1);. AFAIK there isn't a single statement that will do both at once.

read up on the Math.Round() method.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.


GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:02
Aljaz11114-Jan-10 13:02 
GeneralRe: string conversion to double Pin
DaveyM6914-Jan-10 13:12
professionalDaveyM6914-Jan-10 13:12 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 13:13
professionalEddy Vluggen14-Jan-10 13:13 
GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:22
Aljaz11114-Jan-10 13:22 
GeneralRe: string conversion to double Pin
DaveyM6914-Jan-10 13:30
professionalDaveyM6914-Jan-10 13:30 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 13:31
professionalEddy Vluggen14-Jan-10 13:31 
GeneralRe: string conversion to double Pin
Aljaz11114-Jan-10 13:41
Aljaz11114-Jan-10 13:41 
GeneralRe: string conversion to double Pin
Eddy Vluggen14-Jan-10 21:16
professionalEddy Vluggen14-Jan-10 21:16 
AnswerRe: string conversion to double Pin
DaveyM6914-Jan-10 13:21
professionalDaveyM6914-Jan-10 13:21 
QuestionTCPIP server single connection Pin
ikurtz14-Jan-10 11:48
ikurtz14-Jan-10 11:48 
AnswerRe: TCPIP server single connection Pin
Jimmanuel14-Jan-10 13:01
Jimmanuel14-Jan-10 13:01 
GeneralRe: TCPIP server single connection Pin
ikurtz14-Jan-10 13:40
ikurtz14-Jan-10 13:40 
GeneralRe: TCPIP server single connection Pin
Luc Pattyn14-Jan-10 13:59
sitebuilderLuc Pattyn14-Jan-10 13:59 
QuestionMessage Removed Pin
14-Jan-10 10:13
KSR8114-Jan-10 10:13 
AnswerRe: Need help for these questions Pin
EliottA14-Jan-10 10:37
EliottA14-Jan-10 10:37 
GeneralRe: Need help for these questions Pin
OriginalGriff14-Jan-10 10:41
mveOriginalGriff14-Jan-10 10:41 
GeneralOR Pin
Ennis Ray Lynch, Jr.14-Jan-10 11:25
Ennis Ray Lynch, Jr.14-Jan-10 11:25 

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.