RosettaCodeData/Task/Empty-string/Apex/empty-string.apex

3 lines
139 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
String.isBlank(record.txt_Field__c);
--Returns true if the specified String is white space, empty (''), or null; otherwise, returns false.