You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/String.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6261,7 +6261,7 @@ The index of a format item is less than zero, or greater than two.</exception>
6261
6261
<param name="arg0">The first object to format.</param>
6262
6262
<param name="arg1">The second object to format.</param>
6263
6263
<param name="arg2">The third object to format.</param>
6264
-
<summary>Replaces the format items in a string with the string representation of three specified objects. An parameter supplies culture-specific formatting information.</summary>
6264
+
<summary>Replaces the format items in a string with the string representation of three specified objects. A parameter supplies culture-specific formatting information.</summary>
6265
6265
<returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
<param name="divisor">The value to be divided by.</param>
926
+
<param name="divisor">The divisor or value to be divided by.</param>
927
927
<summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of dividing this instance by the specified <paramref name="divisor" />.</summary>
928
928
<returns>A new object that represents the value of this instance divided by the value of <paramref name="divisor" />.</returns>
929
929
<remarks>To be added.</remarks>
@@ -3240,8 +3240,8 @@ The value of this constant is 100.
<param name="timeSpan">Dividend or the value to be divided.</param>
3244
-
<param name="divisor">The value to be divided by.</param>
3243
+
<param name="timeSpan">The dividend or value to be divided.</param>
3244
+
<param name="divisor">The divisor or value to be divided by.</param>
3245
3245
<summary>Returns a new <see cref="T:System.TimeSpan" /> object whose value is the result of dividing the specified <paramref name="timeSpan" /> by the specified <paramref name="divisor" />.</summary>
3246
3246
<returns>A new object that represents the value of <paramref name="timeSpan" /> divided by the value of <paramref name="divisor" />.</returns>
3247
3247
<remarks>To be added.</remarks>
@@ -3282,8 +3282,8 @@ The value of this constant is 100.
0 commit comments