4 references to ToString
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
500
return XmlConverter.
ToString
(GetInt64());
System\Xml\XmlBaseWriter.cs (1)
1141
WriteAttributeText(XmlConverter.
ToString
(value));
System\Xml\XmlConverter.cs (2)
239
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateConversionException(
ToString
(value), "DateTime", exception));
436
return
ToString
((Int64)value);