How to create a reusable method to check null or an empty string

We always need some utility methods handy to speed up our development activity. The method in this article shows how to check if a string is null or empty.