Converting string to double

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • javatech007
    New Member
    • Nov 2007
    • 51

    Converting string to double

    A have a balance value in my access database that is a string but want to convert it to a string. How would i go about this?
  • indianmaestro
    New Member
    • Mar 2008
    • 16

    #2
    hey check ur question once man.......be clear

    ok if it is like this
    string str=46545464846 5;
    convert.todoubl e(str);

    if to convert double to string
    double str=466555554;
    convert.tostrin g(str);

    Comment

    Working...