Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.MetricsEventManager.GetNormalizedString C# (CSharp) Method

GetNormalizedString() private static method

private static GetNormalizedString ( string input ) : string
input string
return string
        private static string GetNormalizedString(string input)
        {
            return input ?? string.Empty;
        }