Is there a shorthand way to check if a string is null or empty in template syntax?
Currently I have to do this:
<<if [item.Text != null && item.Text != “”]>>
Is it possible to do something like:
<<if [!String.IsNullO…...document-automation , report-generation , dotnet dsmeltz May 5, 2020...