3 references to ToString
System.Runtime.Serialization (3)
System\Xml\ValueHandle.cs (1)
508return XmlConverter.ToString(GetDecimal());
System\Xml\XmlBaseWriter.cs (1)
1192WriteAttributeText(XmlConverter.ToString(value));
System\Xml\XmlConverter.cs (1)
442return ToString((decimal)value);