Convert a string to a double - is this possible?

Posted by csU on Stack Overflow See other posts from Stack Overflow or by csU
Published on 2010-03-29T17:50:21Z Indexed on 2010/03/29 17:53 UTC
Read the original article Hit count: 323

Filed under:
|

Just wondering in php, if it was possible to convert a string to a double. I am using a financial web service which provides a price as a string. I really need to process this as a double and was wondering how i would convert it

thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about conversion