IsBool

  • Thread starter Thread starter Kiran
  • Start date Start date
K

Kiran

Hi,

Is there a way to check a string whether it is a boolean or not in VB.Net.

I am looking for a direct way of doing it like cint, etc....

right now I have a function for it where I convert the string to
boolean, if it converts successfully I return true, else false.

Thanks
Kiran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top