Refactor: Replace with Constant String.Empty-Collection of common programming errors
The value of the String.Empty field is the zero-length string, “”.
In application code, this field is most commonly used in assignments to initialize a string variable to an empty string. To test whether the value of a string is either null or String.Empty, use the IsNullOrEmpty method.