de.sones.solutions.lib.xml.XmlAttribute.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : String
return String
        public override String ToString()
        {
            return strKey + "=\"" + strValue + "\"";
        }