Re: [DOTNET] String to Integer Conversion

2002-06-21 Thread Steve Johnson
> I have a small program which has 2 variables(1 string > variable and other an integer variable). I have to > convert the value in the string variable to an integer > and store it in the integer variable. Before > converting it into an integer I want to check whether > the string varibale contain

[DOTNET] String to Integer Conversion

2002-06-21 Thread Nischal Muthana
Hi All I have a small program which has 2 variables(1 string variable and other an integer variable). I have to convert the value in the string variable to an integer and store it in the integer variable. Before converting it into an integer I want to check whether the string varibale contains va