4 references to ToString
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
528
return XmlConverter.
ToString
(ToUniqueId());
System\Xml\XmlBaseWriter.cs (1)
1268
WriteAttributeText(XmlConverter.
ToString
(value));
System\Xml\XmlConverter.cs (1)
446
return
ToString
((UniqueId)value);
System\Xml\XmlSigningNodeWriter.cs (1)
293
string s = XmlConverter.
ToString
(value);