RE: [Nant-users] String conversion to Int

2005-06-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Smith > Sent: vrijdag 24 juni 2005 20:15 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] String conversion to Int > > If convert::to-int(value)

[Nant-users] String conversion to Int

2005-06-24 Thread Robert Smith
If convert::to-int(value) is deprecated, then what is the recommended construct to convert a numeric string to an int? I'm not finding anything in the Function Reference that appears to be applicable. Thanks, ~Robert --- SF.Net email is sponso

Re: [Nant-users] string conversion

2004-12-04 Thread Mateusz Łoskot
User Boddu, Shobha wrote:: Is there any function to convert a string from lowercase to uppercase or vice-versa? If there is, where can I get example? http://nant.sourceforge.net/nightly/latest/help/functions/index.html#String string::to-lower string::to-upper Notice, that the above is taken from th

[Nant-users] string conversion

2004-12-04 Thread Boddu, Shobha
    Hi,   Is there any function to convert a string from lowercase to uppercase or vice-versa? If there is, where can I get example?   Shobha