Microsoft.Web.Administration.StringExtensions.HostToDisplay C# (CSharp) Method

HostToDisplay() public static method

public static HostToDisplay ( this text ) : string
text this
return string
        public static string HostToDisplay(this string text)
        {
            return text == AnyHostName ? string.Empty : text;
        }