Apurva Mehta

Apurva Mehta

  • NA
  • 34
  • 100.9k

Assign value from string to string

Feb 23 2011 2:41 AM
Hi All i am assining a value from text box to string.

In text box i entered the value as  0.00000005 , but when i assign the value in string it is assigning as "5E-08".I dont want to change the value.Please advice , i am using VB language.
Below the code for your reference :

string Amount =  Trim(txtAmount.Text) 

Answers (4)