junwebhead
Programmer
Hi everyone!
I hope someone can help me. I just want to know if there is a C# equivalent method for VB's IsNumeric function? I've tried searching for it but I can't find anything other than try-catch - Int32.Parse() combination. I'm thinking of doing my own function with it. But I'm just wondering that there maybe a built-in method for that.
Also, is there a site in which tells how to do some code snippet in C# and VB6 side by side? For example,
this is how you do it in VB6....
' some VB6 code about something...
then this is how you do it in C#...
// some C# equivalent code...
I think someone could have thinking of doing it because of the huge number of VB'ers that migrated to C#.
Thanks!!!
Jun
I hope someone can help me. I just want to know if there is a C# equivalent method for VB's IsNumeric function? I've tried searching for it but I can't find anything other than try-catch - Int32.Parse() combination. I'm thinking of doing my own function with it. But I'm just wondering that there maybe a built-in method for that.
Also, is there a site in which tells how to do some code snippet in C# and VB6 side by side? For example,
this is how you do it in VB6....
' some VB6 code about something...
then this is how you do it in C#...
// some C# equivalent code...
I think someone could have thinking of doing it because of the huge number of VB'ers that migrated to C#.
Thanks!!!
Jun