Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim i as Integer=0
if isnumeric(textbox.text) then i=cint(textbox.text)
Value IsNumeric Integer.Parse
100 True No Error
-50 True No Error
10.4 True Error
e4 False Error
2e4 True Error