AdEvade.Config.ConfigValueHelpers.Name C# (CSharp) Method

Name() public static method

public static Name ( this value ) : string
value this
return string
        public static string Name(this ConfigValue value)
        {
            return Enum.GetName(typeof (ConfigValue), value);
        }