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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6052,7 +6052,7 @@ Because neither Visual Basic nor C# can convert an integer array to an object ar
6052
6052
6053
6053
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert the value of an expression to its string representation and to embed that representation in a string.
@@ -6156,7 +6156,7 @@ The index of a format item is not zero.</exception>
6156
6156
6157
6157
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert the value of four or more expressions to their string representations and to embed those representations in a string. Since the `args` parameter is marked with the <xref:System.ParamArrayAttribute?displayProperty=nameWithType> attribute, you can pass the objects to the method as individual arguments or as an <xref:System.Object> array.
@@ -6716,7 +6716,7 @@ The index of a format item is less than zero, or greater than or equal to the le
6716
6716
6717
6717
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert the value of two expressions to their string representations and to embed those representations in a string.
@@ -6913,7 +6913,7 @@ The index of a format item is not zero or one.</exception>
6913
6913
6914
6914
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert the value of three expressions to their string representations and to embed those representations in a string.
0 commit comments