Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Removing leading zeros from negative string Pin
Dave Kreskowiak12-Apr-10 10:01
mveDave Kreskowiak12-Apr-10 10:01 
GeneralRe: Removing leading zeros from negative string Pin
mprice21412-Apr-10 10:38
mprice21412-Apr-10 10:38 
GeneralRe: Removing leading zeros from negative string Pin
AspDotNetDev12-Apr-10 11:51
protectorAspDotNetDev12-Apr-10 11:51 
GeneralRe: Removing leading zeros from negative string Pin
Ravi Bhavnani12-Apr-10 19:14
professionalRavi Bhavnani12-Apr-10 19:14 
AnswerRe: Removing leading zeros from negative string Pin
Luc Pattyn12-Apr-10 10:09
sitebuilderLuc Pattyn12-Apr-10 10:09 
JokeRe: Removing leading zeros from negative string Pin
PIEBALDconsult12-Apr-10 12:53
mvePIEBALDconsult12-Apr-10 12:53 
AnswerRe: Removing leading zeros from negative string Pin
jaypatel51212-Apr-10 14:17
jaypatel51212-Apr-10 14:17 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult12-Apr-10 15:12
mvePIEBALDconsult12-Apr-10 15:12 
<rant>DON'T USE THE CONVERT CLASS!!!</rant>

Pretty much all it does is call the appropriate xxx.Parse method anyway, so if you know what class it is, just call its Parse method, Int32.Parse, as was already mentioned.

The only reasonable member of Convert is ChangeType.
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 11:07
Paw Jershauge13-Apr-10 11:07 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 11:08
mvePIEBALDconsult13-Apr-10 11:08 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 12:20
Paw Jershauge13-Apr-10 12:20 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 13:11
mvePIEBALDconsult13-Apr-10 13:11 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 19:44
Paw Jershauge13-Apr-10 19:44 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult14-Apr-10 3:15
mvePIEBALDconsult14-Apr-10 3:15 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 13:15
mvePIEBALDconsult13-Apr-10 13:15 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 20:28
Paw Jershauge13-Apr-10 20:28 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult13-Apr-10 13:29
mvePIEBALDconsult13-Apr-10 13:29 
GeneralRe: Removing leading zeros from negative string Pin
Paw Jershauge13-Apr-10 20:33
Paw Jershauge13-Apr-10 20:33 
GeneralRe: Removing leading zeros from negative string Pin
PIEBALDconsult14-Apr-10 3:12
mvePIEBALDconsult14-Apr-10 3:12 
QuestionStopping threads (semi-safely).... Pin
Jacob Dixon12-Apr-10 9:42
Jacob Dixon12-Apr-10 9:42 
AnswerRe: Stopping threads (semi-safely).... Pin
PIEBALDconsult12-Apr-10 9:58
mvePIEBALDconsult12-Apr-10 9:58 
AnswerRe: Stopping threads (semi-safely).... Pin
Dave Kreskowiak12-Apr-10 9:59
mveDave Kreskowiak12-Apr-10 9:59 
GeneralRe: Stopping threads (semi-safely).... Pin
Jacob Dixon12-Apr-10 10:16
Jacob Dixon12-Apr-10 10:16 
GeneralRe: Stopping threads (semi-safely).... Pin
Jacob Dixon12-Apr-10 10:51
Jacob Dixon12-Apr-10 10:51 
GeneralRe: Stopping threads (semi-safely).... Pin
PIEBALDconsult12-Apr-10 13:02
mvePIEBALDconsult12-Apr-10 13:02 

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.