NFe.Components.IniFile.DeleteKey C# (CSharp) Method

DeleteKey() public method

public DeleteKey ( string Key, string Section = null ) : void
Key string
Section string
return void
        public void DeleteKey(string Key, string Section = null)
        {
            Write(Key, null, Section ?? EXE);
        }