> -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)
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
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
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