1 override of ToString
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
377public override string ToString(double value) { return (string)ChangeType((object)value, StringType, null); }
1 reference to ToString
System.Private.Xml (1)
System\Xml\Schema\XmlAtomicValue.cs (1)
390case TypeCode.Double: return valueConverter.ToString(_unionVal.dblVal);