BSky.Interfaces.Commands.AUCommandBase.WrapInputVariable C# (CSharp) Method

WrapInputVariable() protected method

protected WrapInputVariable ( string key, string val ) : string
key string
val string
return string
        protected string WrapInputVariable(string key, string val)
        {
            return string.Format(@"<Variable key=""{0}"">{1}</Variable>", key, val);
        }
        public event EventHandler CanExecuteChanged;