Base:
method
ToString
System.ValueType.ToString()
2 references to ToString
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2374
throw new XmlException(Res.Xml_DupAttributeName, this.attributes[i].name.
ToString
());
2395
throw new XmlException(Res.Xml_DupAttributeName, this.attributes[i].name.
ToString
());