Shendkar,
Guess below syntax might b helpful to u...
stringVal = System.Convert. ToString(decima lVal);
Cheers,
Sameer
Convert Decimal to String
Collapse
X
-
Did you use Decimal.ToStrin g()?Originally posted by shendkar1980converting decimal to string i.e 123.456 to string, I get wrong output : zero is add to end of string i.e. i get answer 123.4560
how to over come this error :
Post the code that you used.Leave a comment:
-
Convert Decimal to String
converting decimal to string i.e 123.456 to string, I get wrong output : zero is add to end of string i.e. i get answer 123.4560
how to over come this error :Tags: None
Leave a comment: