Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xml/System.Xml/XmlConvert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");

> [!NOTE]
> The <xref:System.Xml.XmlConvert.ToString%28System.DateTime%29?displayProperty=nameWithType> method is obsolete in the 2.0 version of the .NET Framework and has been replaced with the <xref:System.Xml.XmlConvert.ToString%28System.DateTime%2CSystem.Xml.XmlDateTimeSerializationMode%29?displayProperty=nameWithType> method.
> The suggested mode is <xref:System.Xml.XmlDateTimeSerializationMode.RoundtripKind>. If an exact match is expected, please use <xref:System.Xml.XmlConvert.ToString%28System.DateTime%2CSystem.String%29?displayProperty=nameWithType> with the format string `yyyy-MM-ddTHH:mm:ss.fffffffzzzzzz`.

]]></format>
</remarks>
Expand Down