Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ambiguous Pin
Paulo Zemek15-Dec-09 2:25
Paulo Zemek15-Dec-09 2:25 
GeneralRe: Ambiguous Pin
ddecoy15-Dec-09 2:44
ddecoy15-Dec-09 2:44 
GeneralRe: Ambiguous Pin
morten11216-Dec-09 1:13
morten11216-Dec-09 1:13 
AnswerRe: Ambiguous Pin
#realJSOP15-Dec-09 7:34
professional#realJSOP15-Dec-09 7:34 
GeneralRe: Ambiguous Pin
ddecoy16-Dec-09 1:29
ddecoy16-Dec-09 1:29 
GeneralRe: Ambiguous Pin
BurnerX17-Feb-10 6:33
BurnerX17-Feb-10 6:33 
GeneralRe: Ambiguous Pin
LimitedAtonement9-Feb-11 16:56
LimitedAtonement9-Feb-11 16:56 
QuestionConvert String to int zero is missing.... Pin
spalanivel14-Dec-09 23:58
spalanivel14-Dec-09 23:58 
Hi,
Seem to be very simple but it's not working with following conversion methods.

Trying to convert from string to integer 0's missing in the Output.

string strInput = "06461";

int iResult = Convert.ToInt32(strInput) (or) int iResult = int.Parse(strInput);

Output : 6461 (note 0's missing)

How to get the zero also in the output as 06461.

Reg,
Subbu
AnswerRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 0:21
ddecoy15-Dec-09 0:21 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:39
spalanivel15-Dec-09 0:39 
GeneralRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 1:45
ddecoy15-Dec-09 1:45 
AnswerRe: Convert String to int zero is missing.... Pin
OriginalGriff15-Dec-09 0:36
mveOriginalGriff15-Dec-09 0:36 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:45
spalanivel15-Dec-09 0:45 
GeneralRe: Convert String to int zero is missing.... PinPopular
OriginalGriff15-Dec-09 0:53
mveOriginalGriff15-Dec-09 0:53 
JokeWrong forum Pin
dan!sh 15-Dec-09 1:16
professional dan!sh 15-Dec-09 1:16 
GeneralRe: Wrong forum Pin
Luc Pattyn15-Dec-09 1:35
sitebuilderLuc Pattyn15-Dec-09 1:35 
GeneralRe: Wrong forum Pin
dan!sh 15-Dec-09 1:42
professional dan!sh 15-Dec-09 1:42 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:49
professional#realJSOP15-Dec-09 3:49 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:48
professional#realJSOP15-Dec-09 3:48 
AnswerRe: Convert String to int zero is missing.... Pin
Luc Pattyn15-Dec-09 1:39
sitebuilderLuc Pattyn15-Dec-09 1:39 
QuestionDownload first and last 1000 kb of a file? Pin
jafingi14-Dec-09 23:46
jafingi14-Dec-09 23:46 
AnswerRe: Download first and last 1000 kb of a file? Pin
Eduard Keilholz14-Dec-09 23:56
Eduard Keilholz14-Dec-09 23:56 
GeneralRe: Download first and last 1000 kb of a file? Pin
jafingi15-Dec-09 0:05
jafingi15-Dec-09 0:05 
GeneralRe: Download first and last 1000 kb of a file? Pin
Eduard Keilholz15-Dec-09 0:47
Eduard Keilholz15-Dec-09 0:47 
Questionreport viewer Pin
Member 59031014-Dec-09 23:13
Member 59031014-Dec-09 23: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.