diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml
index 2a52e97059e..22c1dccef98 100644
--- a/xml/System/Byte.xml
+++ b/xml/System/Byte.xml
@@ -3820,9 +3820,9 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
Tries to parses a string into a value.
if was successfully parsed; otherwise, .
diff --git a/xml/System/Decimal.xml b/xml/System/Decimal.xml
index d17ceb410e8..1d172200da5 100644
--- a/xml/System/Decimal.xml
+++ b/xml/System/Decimal.xml
@@ -6599,7 +6599,7 @@ If you specify or
- To be added.
+ The value whose sign is to be computed.
Computes the sign of a value.
A positive value if is positive, if is zero, and a negative value if is negative.
@@ -9577,11 +9577,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Double.xml b/xml/System/Double.xml
index 6cbab465bdc..6fcf38b3390 100644
--- a/xml/System/Double.xml
+++ b/xml/System/Double.xml
@@ -7986,11 +7986,12 @@ If a separator is encountered in the `s` parameter during a parse operation, and
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Enum.xml b/xml/System/Enum.xml
index 2a18b5b90ac..737c0b3af5e 100644
--- a/xml/System/Enum.xml
+++ b/xml/System/Enum.xml
@@ -1176,10 +1176,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An enumeration type.
+ Retrieves an array of the values of the underlying type constants in a specified enumeration.
+ An array that contains the values of the underlying type constants in .
+
+ You can use this method to get enumeration values when it's hard to create an array of the enumeration type.
+ For example, you might use this method for the enumeration or on a platform where run-time code generation is not available.
+
+
+ is null.
+
+ is not an enumeration type.
@@ -1215,10 +1222,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An enumeration type.
+ Retrieves an array of the values of the underlying type constants in a specified enumeration type.
+ An array that contains the values of the underlying type constants in .
+
+ You can use this method to get enumeration values when it's hard to create an array of the enumeration type.
+ For example, you might use this method for the enumeration or on a platform where run-time code generation is not available.
+
diff --git a/xml/System/Half.xml b/xml/System/Half.xml
index d04bab5f4e0..88fb14c0bed 100644
--- a/xml/System/Half.xml
+++ b/xml/System/Half.xml
@@ -5665,7 +5665,7 @@ This computes `tan(x * π)`.
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -5700,11 +5700,12 @@ This computes `tan(x * π)`.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Int128.xml b/xml/System/Int128.xml
index eb1a9b46f4b..c89103253e0 100644
--- a/xml/System/Int128.xml
+++ b/xml/System/Int128.xml
@@ -291,7 +291,7 @@
- To be added.
+ An object to compare with this instance.
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
A value that indicates the relative order of the objects being compared. The return value has these meanings:
@@ -302,15 +302,15 @@
-
Less than zero
- This instance precedes in the sort order.
+ This instance precedes in the sort order.
-
Zero
- This instance occurs in the same position in the sort order as .
+ This instance occurs in the same position in the sort order as .
-
Greater than zero
- This instance follows in the sort order.
+ This instance follows in the sort order.
@@ -340,7 +340,7 @@
- To be added.
+ An object to compare with this instance.
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
A value that indicates the relative order of the objects being compared. The return value has these meanings:
@@ -351,15 +351,15 @@
-
Less than zero
- This instance precedes in the sort order.
+ This instance precedes in the sort order.
-
Zero
- This instance occurs in the same position in the sort order as .
+ This instance occurs in the same position in the sort order as .
-
Greater than zero
- This instance follows in the sort order.
+ This instance follows in the sort order.
@@ -2982,9 +2982,9 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
- To be added.
+ A string containing a number to parse.
+ Parses a string into a value.
+ The result of parsing .
To be added.
@@ -3011,8 +3011,8 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
+ The span of characters to parse.
+ An object that provides culture-specific formatting information about .
Parses a span of characters into a value.
The result of parsing .
To be added.
@@ -3039,10 +3039,10 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
- To be added.
- To be added.
+ A string containing a number to parse.
+ A bitwise combination of number styles that can be present in .
+ Parses a string into a value.
+ The result of parsing .
To be added.
@@ -3425,9 +3425,9 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
+ An object that supplies culture-specific formatting information.
+ Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
+ The string representation of the value of this instance as specified by .
To be added.
@@ -3457,9 +3457,9 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
+ The format to use, or a reference to use the default format defined for the type of the implementation.
+ Converts the numeric value of this instance to its equivalent string representation, using the specified format.
+ The string representation of the value of this instance as specified by .
To be added.
@@ -3493,10 +3493,8 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- The format to use.
- -or-
- A reference ( in Visual Basic) to use the default format defined for the type of the implementation.
- To be added.
+ The format to use, or a reference to use the default format defined for the type of the implementation.
+ An object that supplies culture-specific formatting information.
Formats the value of the current instance using the specified format.
The value of the current instance in the specified format.
To be added.
@@ -3592,10 +3590,11 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
+ The span of characters to parse.
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a span of characters into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3626,10 +3625,11 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3654,10 +3654,10 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- Tries to parses a span of characters into a value.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3692,11 +3692,12 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3722,12 +3723,13 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The span of characters to parse.
+ A bitwise combination of number styles that can be present in .
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a span of characters into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3760,12 +3762,13 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ A bitwise combination of number styles that can be present in .
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml
index d21c4b6fc8b..8914a5199a8 100644
--- a/xml/System/Int16.xml
+++ b/xml/System/Int16.xml
@@ -3997,11 +3997,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml
index 7fea85f8b2f..fd9f21a2a21 100644
--- a/xml/System/Int32.xml
+++ b/xml/System/Int32.xml
@@ -4144,11 +4144,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Int64.xml b/xml/System/Int64.xml
index af567309e50..82d7ecb6574 100644
--- a/xml/System/Int64.xml
+++ b/xml/System/Int64.xml
@@ -4056,11 +4056,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/IntPtr.xml b/xml/System/IntPtr.xml
index 3fa4a54023f..bb7d6dacc04 100644
--- a/xml/System/IntPtr.xml
+++ b/xml/System/IntPtr.xml
@@ -3727,11 +3727,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml
index 9b7ed11371a..14c6b1994ab 100644
--- a/xml/System/SByte.xml
+++ b/xml/System/SByte.xml
@@ -4008,11 +4008,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Single.xml b/xml/System/Single.xml
index b330e992818..08b33b08467 100644
--- a/xml/System/Single.xml
+++ b/xml/System/Single.xml
@@ -7966,11 +7966,12 @@ If a separator is encountered in the `s` parameter during a parse operation, and
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Type.xml b/xml/System/Type.xml
index ba5925f73e0..20a7030abb8 100644
--- a/xml/System/Type.xml
+++ b/xml/System/Type.xml
@@ -3156,9 +3156,13 @@ If the current represents a generic type parameter, the
- To be added.
- To be added.
- To be added.
+ Retrieves an array of the values of the underlying type constants of this enumeration type.
+ An array that contains the values of the underlying type constants in this enumeration type.
+
+ You can use this method to get enumeration values when it's hard to create an array of the enumeration type.
+ For example, you might use this method for the enumeration or on a platform where run-time code generation is not available.
+
+ This type is not an enumeration type.
diff --git a/xml/System/UInt128.xml b/xml/System/UInt128.xml
index 4312a99d921..628959a2e2e 100644
--- a/xml/System/UInt128.xml
+++ b/xml/System/UInt128.xml
@@ -266,7 +266,7 @@
- To be added.
+ An object to compare with this instance.
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
A value that indicates the relative order of the objects being compared. The return value has these meanings:
@@ -277,15 +277,15 @@
-
Less than zero
- This instance precedes in the sort order.
+ This instance precedes in the sort order.
-
Zero
- This instance occurs in the same position in the sort order as .
+ This instance occurs in the same position in the sort order as .
-
Greater than zero
- This instance follows in the sort order.
+ This instance follows in the sort order.
@@ -315,7 +315,7 @@
- To be added.
+ An object to compare with this instance.
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
A value that indicates the relative order of the objects being compared. The return value has these meanings:
@@ -326,15 +326,15 @@
-
Less than zero
- This instance precedes in the sort order.
+ This instance precedes in the sort order.
-
Zero
- This instance occurs in the same position in the sort order as .
+ This instance occurs in the same position in the sort order as .
-
Greater than zero
- This instance follows in the sort order.
+ This instance follows in the sort order.
@@ -2876,9 +2876,9 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
- To be added.
+ A string containing a number to parse.
+ Parses a string into a value.
+ The result of parsing .
To be added.
@@ -2905,8 +2905,8 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
+ The span of characters to parse.
+ An object that provides culture-specific formatting information about .
Parses a span of characters into a value.
The result of parsing .
To be added.
@@ -2933,10 +2933,10 @@ This operation is meant to perform n unsigned (otherwise known as a logical) rig
- To be added.
- To be added.
- To be added.
- To be added.
+ A string containing a number to parse.
+ A bitwise combination of number styles that can be present in .
+ Parses a string into a value.
+ The result of parsing .
To be added.
@@ -3319,9 +3319,9 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
+ An object that supplies culture-specific formatting information.
+ Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
+ The string representation of the value of this instance as specified by .
To be added.
@@ -3351,9 +3351,9 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
+ The format to use, or a reference to use the default format defined for the type of the implementation.
+ Converts the numeric value of this instance to its equivalent string representation, using the specified format.
+ The string representation of the value of this instance as specified by .
To be added.
@@ -3387,10 +3387,8 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- The format to use.
- -or-
- A reference ( in Visual Basic) to use the default format defined for the type of the implementation.
- To be added.
+ The format to use, or a reference to use the default format defined for the type of the implementation.
+ An object that supplies culture-specific formatting information.
Formats the value of the current instance using the specified format.
The value of the current instance in the specified format.
To be added.
@@ -3486,10 +3484,11 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
+ The span of characters to parse.
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a span of characters into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3520,10 +3519,11 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3548,10 +3548,10 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- Tries to parses a span of characters into a value.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3586,11 +3586,12 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3616,12 +3617,13 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The span of characters to parse.
+ A bitwise combination of number styles that can be present in .
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a span of characters into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
@@ -3654,12 +3656,13 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to parse.
+ A bitwise combination of number styles that can be present in .
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/UInt16.xml b/xml/System/UInt16.xml
index 70f64362130..f5626081fef 100644
--- a/xml/System/UInt16.xml
+++ b/xml/System/UInt16.xml
@@ -3810,11 +3810,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/UInt32.xml b/xml/System/UInt32.xml
index 7f8046092ca..ece0b927045 100644
--- a/xml/System/UInt32.xml
+++ b/xml/System/UInt32.xml
@@ -3837,11 +3837,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/UInt64.xml b/xml/System/UInt64.xml
index 06307c23084..803d69a64af 100644
--- a/xml/System/UInt64.xml
+++ b/xml/System/UInt64.xml
@@ -3803,11 +3803,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/UIntPtr.xml b/xml/System/UIntPtr.xml
index e6d13ef14ab..2bd4575ef78 100644
--- a/xml/System/UIntPtr.xml
+++ b/xml/System/UIntPtr.xml
@@ -3232,11 +3232,12 @@ 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.
+ The string to parse.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parses a string into a value.
+
+ if was successfully parsed; otherwise, .
To be added.