ExoWeb.Templates.MicrosoftAjax.Template.ToString C# (CSharp) Method

ToString() public method

Returns a string representation of the current template.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return String.Format(@"<{0} isadapter=""{1}"" islist=""{2}"" isreference=""{3}"" datatype=""{4}"" name=""{5}"" />", Tag, IsAdapter, IsList, IsReference, DataType, string.Join(", ", Name));
        }