diff --git a/xml/System/IntPtr.xml b/xml/System/IntPtr.xml
index 6f11c818544..893532131f2 100644
--- a/xml/System/IntPtr.xml
+++ b/xml/System/IntPtr.xml
@@ -2193,12 +2193,13 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The span where this instance's value formatted as a span of characters should be written.
+ When this method returns, contains the number of characters that were written in .
+ The characters that represent a standard or custom format string that defines the acceptable format for .
+ An optional object that supplies culture-specific formatting information for .
+ Tries to format the value of the current instance into the provided span of characters.
+
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/MemoryExtensions+TryWriteInterpolatedStringHandler.xml b/xml/System/MemoryExtensions+TryWriteInterpolatedStringHandler.xml
index 0c3b433675b..6f597d16579 100644
--- a/xml/System/MemoryExtensions+TryWriteInterpolatedStringHandler.xml
+++ b/xml/System/MemoryExtensions+TryWriteInterpolatedStringHandler.xml
@@ -31,7 +31,7 @@
- To be added.
+ Provides a handler used by the language compiler to format interpolated strings into character spans.
To be added.
@@ -135,9 +135,9 @@
- To be added.
- To be added.
- To be added.
+ The value to write.
+ Writes the specified value to the handler.
+ on success; otherwise.
To be added.
@@ -161,11 +161,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to write.
+ The minimum number of characters that should be written for this value. A negative value indicates left-aligned, and the required minimum is the absolute value.
+ The format string.
+ Writes the specified value to the handler.
+ on success; otherwise.
To be added.
@@ -217,11 +217,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to write.
+ The minimum number of characters that should be written for this value. A negative value indicates left-aligned, and the required minimum is the absolute value.
+ The format string.
+ Writes a specified value to the handler using a specified format string.
+ on success; otherwise.
To be added.
@@ -247,10 +247,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the value to write.
+ The value to write.
+ Writes the specified value to the handler.
+ on success; otherwise.
To be added.
@@ -277,10 +277,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the value to write.
+ The value to write.
+ The minimum number of characters that should be written for this value.A negative value indicates left-aligned, and the required minimum is the absolute value.
+ Writes the specified value to the handler.
To be added.
To be added.
@@ -308,11 +308,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the value to write.
+ The value to write.
+ The format string.
+ Writes a specified value to the handler using a specified format string.
+ on success; otherwise.
To be added.
@@ -340,12 +340,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the value to write.
+ The value to write.
+ The minimum number of characters that should be written for this value. A negative value indicates left-aligned, and the required minimum is the absolute value.
+ The format string.
+ Writes a specified value to the handler using a specified format string.
+ on success; otherwise.
To be added.
@@ -368,9 +368,10 @@
- To be added.
- To be added.
- To be added.
+ The string to write.
+ Writes the specified string to the handler.
+
+ if the value could be formatted to the span; otherwise, .
To be added.