Activity Forums Salesforce® Discussions What is isNotEmpty(inputString) in Salesforce?

  • Shweta

    Member
    May 4, 2020 at 4:01 pm

    isNotEmpty() is used to find if the string is not empty and not null. It returns true if the specified String is empty or null otherwise, returns false.

  • Pooja

    Member
    May 4, 2020 at 4:43 pm

    if the string is not empty and not null. It returns true if the specified String is empty or null otherwise, returns false.

  • Ratnesh

    Member
    May 5, 2020 at 6:13 am

    isNotEmpty(inputString) Returns true if the specified String is not empty ('') and not null; otherwise, returns false.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos