vb.net, full number presentation with small double number

Posted by chris123a on Stack Overflow See other posts from Stack Overflow or by chris123a
Published on 2010-04-20T15:52:10Z Indexed on 2010/04/20 15:53 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

hi!

if I have a small double in vb.net e.g. dim x as double = 0.00000003 a conversion to a string would produce a E-presentation (3E-7). in debugging the value it will be shown as full number (0.00000003).

how can I get the full number in a string?

thanks! chris

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about double