text is string or integer?

There exist functionality in the framework library to test and convert between strings and numbers. Lookup things like IsNumeric, Cint, TryCast, DirectCast, CType, Convert class
 
Back
Top