G
Guest
Is there a way to determine if a numeric value contains a decimal? how to do
this?
If IsNumeric(txt1.Text) then ... so now I know that txt1.Text is a numeric
value. How can I tell if it is a plain integer or decimal?
Thanks,
Rich
this?
If IsNumeric(txt1.Text) then ... so now I know that txt1.Text is a numeric
value. How can I tell if it is a plain integer or decimal?
Thanks,
Rich