Checks a string to see if it is null or "".
public static bool NullToDate(this string val)
Value to test if it is a null or empty string.
bool result = "".NotNull();