RE: [NAnt-users] Testing if a value is an Int

2006-02-07 Thread Bill Martin
Title: Testing if a value is an Int You could use a custom function in VB (‘cause IsNumeric is more tricky in C#!).  Try something like:      


Re: [NAnt-users] Testing if a value is an Int

Hi Mike if you can't find an easy way and if you know how to program in c# or vb.net, I found out that it's sometimes better to write a custom function (using the script tag) to achieve what you need. hope this helps Thibaut Barrère-- [blog] http://www.dotnetguru2.org/tbarrere