function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
111111 

how can I change "int-type" to "string-type"?

String a = 'dafa';
Integer b = 2;
 
String c = a + b.tostring();
 
 
how can I    change  "int-type" to  "string-type" just as java
SuperfellSuperfell
http://www.salesforce.com/us/developer/docs/apexcode/index_CSH.htm#apex_methods_system_string.htm
111111
thank you very much:smileyvery-happy: