diff --git a/xml/System/Boolean.xml b/xml/System/Boolean.xml
index 2ea59908470..91e89af1d36 100644
--- a/xml/System/Boolean.xml
+++ b/xml/System/Boolean.xml
@@ -1788,10 +1788,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ Tries to format the value of the current boolean instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml
index 0b1baa225be..3908fd5150e 100644
--- a/xml/System/Byte.xml
+++ b/xml/System/Byte.xml
@@ -2301,12 +2301,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 8-bit unsigned integer instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml
index 3f33553cf0b..234992b1b40 100644
--- a/xml/System/DateTime.xml
+++ b/xml/System/DateTime.xml
@@ -8043,12 +8043,12 @@ The value of the current object is formatted using the pa
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 datetime instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/DateTimeOffset.xml b/xml/System/DateTimeOffset.xml
index 153cc6569dd..cd4cbc91fbe 100644
--- a/xml/System/DateTimeOffset.xml
+++ b/xml/System/DateTimeOffset.xml
@@ -5351,12 +5351,12 @@ Me.ToUtcDateTime().ToFileTime()
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 datetime offset instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Decimal.xml b/xml/System/Decimal.xml
index 61837370412..fa08ac0af23 100644
--- a/xml/System/Decimal.xml
+++ b/xml/System/Decimal.xml
@@ -7182,12 +7182,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 decimal instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Double.xml b/xml/System/Double.xml
index 5b5e5c4214e..793f5e4f44b 100644
--- a/xml/System/Double.xml
+++ b/xml/System/Double.xml
@@ -3595,12 +3595,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 double instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Guid.xml b/xml/System/Guid.xml
index 91f4494a96b..686379df25b 100644
--- a/xml/System/Guid.xml
+++ b/xml/System/Guid.xml
@@ -1681,8 +1681,7 @@ Because the `provider` parameter is ignored, you cannot use it to provide a cust
When this method returns, the number of characters written into the span.
A read-only span containing the character representing one of the following specifiers that indicates the exact format to use when interpreting : "N", "D", "B", "P", or "X".
Tries to format the current GUID instance into the provided character span.
-
- if the formatting operation was successful; otherwise.
+ if the formatting operation was successful; otherwise.
To be added.
diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml
index 6a8fa4452fb..363aa1cc9eb 100644
--- a/xml/System/Int16.xml
+++ b/xml/System/Int16.xml
@@ -2224,12 +2224,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 short number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml
index ba87b89bb1f..13540164e43 100644
--- a/xml/System/Int32.xml
+++ b/xml/System/Int32.xml
@@ -2345,12 +2345,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 integer number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Int64.xml b/xml/System/Int64.xml
index 59eed3b33b5..6ec312ae156 100644
--- a/xml/System/Int64.xml
+++ b/xml/System/Int64.xml
@@ -2270,12 +2270,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 long number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml
index 516b6b6bf56..1cc0634bd87 100644
--- a/xml/System/SByte.xml
+++ b/xml/System/SByte.xml
@@ -2230,12 +2230,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 8-bit signed integer instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Single.xml b/xml/System/Single.xml
index bb090ca57ca..69d80527894 100644
--- a/xml/System/Single.xml
+++ b/xml/System/Single.xml
@@ -3597,12 +3597,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 float number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml
index 7749f342a73..5a45fd58e28 100644
--- a/xml/System/TimeSpan.xml
+++ b/xml/System/TimeSpan.xml
@@ -4523,12 +4523,12 @@ When a time interval component in the string to be parsed contains more than sev
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 timespan number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/UInt16.xml b/xml/System/UInt16.xml
index c07b3906569..ddfaf2d42b7 100644
--- a/xml/System/UInt16.xml
+++ b/xml/System/UInt16.xml
@@ -2270,12 +2270,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ >When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 unsigned short number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/UInt32.xml b/xml/System/UInt32.xml
index 075ce4b234a..6792aeb4645 100644
--- a/xml/System/UInt32.xml
+++ b/xml/System/UInt32.xml
@@ -2291,12 +2291,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ >When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the charactes 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 unsigned integer number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/UInt64.xml b/xml/System/UInt64.xml
index 6066592ed3c..d89adbb6915 100644
--- a/xml/System/UInt64.xml
+++ b/xml/System/UInt64.xml
@@ -2263,12 +2263,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ When this method returns, this instance's value formatted as a span of characters.
+ When this method returns, the number of characters that were written in .
+ A span containing the characters that represent a standard or custom format string that defines the acceptable format of .
+ An optional object that supplies culture-specific formatting information for .
+ Tries to format the value of the current unsigned long number instance into the provided span of characters.
+ if the formatting was successful; otherwise, .
To be added.
diff --git a/xml/System/Version.xml b/xml/System/Version.xml
index 01b061e5cec..26ecf0e87eb 100644
--- a/xml/System/Version.xml
+++ b/xml/System/Version.xml
@@ -1777,10 +1777,9 @@ This member is an explicit interface member implementation.
When this method returns, the formatted version in the span of characters.
- When this method returns, the number of chars that were written in .
+ When this method returns, the number of characters that were written in .
Tries to format this version instance into a span of characters.
-
- if the formatting was successful; otherwise, .
+ if the formatting was successful; otherwise, .
To be added.
@@ -1814,10 +1813,9 @@ This member is an explicit interface member implementation.
When this method returns, the formatted version in the span of characters.
The number of components to return. This value ranges from 0 to 4.
- When this method returns, the number of chars that were written in .
+ When this method returns, the number of characters that were written in .
Tries to format this version instance into a span of characters.
-
- if the formatting was successful; otherwise, .
+ if the formatting was successful; otherwise, .
To be added.