Assign value from string to string
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)