Skip to content

Commit c1da25b

Browse files
committed
fix include links
1 parent 1d34c2d commit c1da25b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xml/System/String.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6052,7 +6052,7 @@ Because neither Visual Basic nor C# can convert an integer array to an object ar
60526052

60536053
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.
60546054

6055-
[!INCLUDE[simple-string-format](~/includes/remarks/System/String/simple-string-format.md)]
6055+
[!INCLUDE[simple-string-format](~/includes/simple-string-format.md)]
60566056

60576057
## Example: Formatting a single argument
60586058

@@ -6156,7 +6156,7 @@ The index of a format item is not zero.</exception>
61566156

61576157
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.
61586158

6159-
[!INCLUDE[simple-string-format](~/includes/remarks/System/String/simple-string-format.md)]
6159+
[!INCLUDE[simple-string-format](~/includes/simple-string-format.md)]
61606160

61616161
## Example: Format more than three arguments
61626162

@@ -6716,7 +6716,7 @@ The index of a format item is less than zero, or greater than or equal to the le
67166716

67176717
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.
67186718

6719-
[!INCLUDE[simple-string-format](~/includes/remarks/System/String/simple-string-format.md)]
6719+
[!INCLUDE[simple-string-format](~/includes/simple-string-format.md)]
67206720

67216721
## Example: Format two arguments
67226722

@@ -6913,7 +6913,7 @@ The index of a format item is not zero or one.</exception>
69136913

69146914
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.
69156915

6916-
[!INCLUDE[simple-string-format](~/includes/remarks/System/String/simple-string-format.md)]
6916+
[!INCLUDE[simple-string-format](~/includes/simple-string-format.md)]
69176917

69186918
## Example: Format three arguments
69196919

0 commit comments

Comments
 (0)