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'?
 
Back
Top