G Guest Apr 4, 2005 #1 In VBA, you can use IsNumeric to return True or False if the value being tested is numeric. Is there an equivalent to this in VB.NET?
In VBA, you can use IsNumeric to return True or False if the value being tested is numeric. Is there an equivalent to this in VB.NET?
C Cor Ligthert Apr 4, 2005 #2 Joel, In VBA, you can use IsNumeric to return True or False if the value being tested is numeric. Is there an equivalent to this in VB.NET? Click to expand... IsNumeric I hope this helps, Cor
Joel, In VBA, you can use IsNumeric to return True or False if the value being tested is numeric. Is there an equivalent to this in VB.NET? Click to expand... IsNumeric I hope this helps, Cor
V Vishnu-Chivukula Apr 4, 2005 #3 Hi Joel, IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False The same can be used. Happy Coding
Hi Joel, IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False The same can be used. Happy Coding
G Guest Apr 4, 2005 #4 Cor Ligthert said: Joel, IsNumeric I hope this helps, Cor Click to expand... I must not have typed in in right, and had the wrong help menu selected. I found it now. Thanks!
Cor Ligthert said: Joel, IsNumeric I hope this helps, Cor Click to expand... I must not have typed in in right, and had the wrong help menu selected. I found it now. Thanks!