can avoid having problems with this distinction by using the String.IsNullOrEmpty method:if ([String]::IsNullOrEmpty($someVariable)) { }
Thanks for the feedback. I appreciate the help.
can avoid having problems with this distinction by using the String.IsNullOrEmpty method:if ([String]::IsNullOrEmpty($someVariable)) { }
Thanks for the feedback. I appreciate the help.