TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Apurva Mehta
NA
34
101.4k
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)
Reply
Answers (
4
)
Problem with deserialization
add a row in a specific position in a bound datagridview and ACCESS DB