shresthaal
Programmer
is there a function in the vb.net library which can tell if a string is a number or not
eg.
dim A as string
A = "11"
the function should return true for A = "11" and false for A = "12a"
eg.
dim A as string
A = "11"
the function should return true for A = "11" and false for A = "12a"