Activity Forums Salesforce® Discussions How to convert List of Strings into String in apex ?

  • Anuj

    Member
    September 1, 2020 at 2:08 pm

    `List slist = new string[]{'abc','bcd','cde','def','efg'};

    slist.remove(null);
    string allstring = string.join(sList,',');`

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos