[NAnt-users] String to int

2012-04-20 Thread Chris Fouts
I'm using the convert::to-int function to convert a string property into an int so I can increment it. However I get this (albeit just) warning. Function convert::to-int is deprecated. Use type-specific conversion functions instead. I don't see a string type-specific conversion here.

Re: [NAnt-users] String to int

2012-04-20 Thread Chris Fouts
Sorry, I see it now, it's int::parse(SomeString) From: Chris Fouts Sent: Friday, April 20, 2012 10:53 AM To: nant-users@lists.sourceforge.net Subject: String to int I'm using the convert::to-int function to convert a string property into an int so I can increment it. However I get this (albeit