You need to sign in to do that
Don't have an account?

How to conver number to string and viceversa
Hi,
I have a custom field number and I want to assign string variable to it. Giving me
"Illegal assignment from String to Double " error.
Are there any conversion functions provided in Apex?
Thanks.
Message Edited by NewToSF on 05-06-2008 08:46 AM
Double d = Double.valueOf(someString);