Azure.Core.AppContextSwitchHelper
Helper for interacting with AppConfig settings and their related Environment variable settings.
namespace Azure.Core
{
internal static class AppContextSwitchHelper
{
public static bool GetConfigValue(string appContexSwitchName, string environmentVariableName);
}
}