Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
AnswerRe: Oledb PArameters Pin
Pankaj - Joshi6-Jun-07 21:43
Pankaj - Joshi6-Jun-07 21:43 
GeneralRe: Oledb PArameters Pin
blackjack21506-Jun-07 21:53
blackjack21506-Jun-07 21:53 
QuestionButton down issue Pin
Soleil couchant6-Jun-07 20:48
Soleil couchant6-Jun-07 20:48 
AnswerRe: Button down issue Pin
blackjack21506-Jun-07 23:18
blackjack21506-Jun-07 23:18 
GeneralRe: Button down issue Pin
Soleil couchant6-Jun-07 23:20
Soleil couchant6-Jun-07 23:20 
AnswerRe: Button down issue Pin
mav.northwind6-Jun-07 23:23
mav.northwind6-Jun-07 23:23 
GeneralRe: Button down issue Pin
Soleil couchant6-Jun-07 23:25
Soleil couchant6-Jun-07 23:25 
QuestionNumer Problem Pin
Pankaj - Joshi6-Jun-07 20:46
Pankaj - Joshi6-Jun-07 20:46 
Sir,
I am writing a program that return the current file size in MB
my file size in bytes is 4,412,471 and windows shows it 4.20 MB.

for that I write following code

System.IO.FileInfo objNew = new System.IO.FileInfo("C:\\\\test.rar");
decimal val=objNew.Length / 1048576;
string str = String.Format("{0:F2}", val);

but when i print the str it shows 4.00 what is the problem ...?

I think when (objNew.Length / 1048576) execute it give 4 not 4.2 please give me solution
Sigh | :sigh:


Regards
Pankaj Joshi

AnswerYou just missed an 'm' Pin
CPallini6-Jun-07 21:07
mveCPallini6-Jun-07 21:07 
GeneralRe: You just missed an 'm' Pin
Pankaj - Joshi6-Jun-07 21:47
Pankaj - Joshi6-Jun-07 21:47 
GeneralRe: You just missed an 'm' Pin
CPallini6-Jun-07 22:06
mveCPallini6-Jun-07 22:06 
AnswerRe: Numer Problem Pin
Christian Graus6-Jun-07 21:08
protectorChristian Graus6-Jun-07 21:08 
GeneralRe: Numer Problem Pin
Pankaj - Joshi6-Jun-07 21:50
Pankaj - Joshi6-Jun-07 21:50 
AnswerRe: Numer Problem Pin
Guffa6-Jun-07 22:02
Guffa6-Jun-07 22:02 
GeneralRe: Numer Problem Pin
Pankaj - Joshi6-Jun-07 22:20
Pankaj - Joshi6-Jun-07 22:20 
GeneralRe: Numer Problem Pin
DavidNohejl6-Jun-07 22:56
DavidNohejl6-Jun-07 22:56 
GeneralRe: Numer Problem Pin
Colin Angus Mackay6-Jun-07 23:16
Colin Angus Mackay6-Jun-07 23:16 
AnswerRe: Numer Problem Pin
Guffa7-Jun-07 13:32
Guffa7-Jun-07 13:32 
Questionhi Pin
Tauseef A6-Jun-07 20:45
Tauseef A6-Jun-07 20:45 
AnswerRe: hi Pin
Sathesh Sakthivel6-Jun-07 20:49
Sathesh Sakthivel6-Jun-07 20:49 
AnswerRe: hi Pin
blackjack21506-Jun-07 20:55
blackjack21506-Jun-07 20:55 
AnswerRe: hi Pin
Guffa6-Jun-07 22:24
Guffa6-Jun-07 22:24 
QuestionGet print jobs Pin
blackjack21506-Jun-07 20:36
blackjack21506-Jun-07 20:36 
AnswerRe: Get print jobs Pin
Martin#6-Jun-07 22:36
Martin#6-Jun-07 22:36 
GeneralRe: Get print jobs Pin
blackjack21507-Jun-07 0:31
blackjack21507-Jun-07 0:31 

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.