Decimal.parse return not return .T. or .F. ??

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

What value will be return Decimal.parse(Me.txtTest.text) ????

It seems doesn't return False or True, so. what will be returned ?

Thanks
 
* "Agnes said:
What value will be return Decimal.parse(Me.txtTest.text) ????

It seems doesn't return False or True, so. what will be returned ?

It will return a decimal. Maybe you are looking for 'Double.TryParse'?
 

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