Skip to content

Commit 2564ecb

Browse files
author
Ron Petrusha
authored
Fixed bad anchors (#2298)
1 parent 32526f5 commit 2564ecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/System/String.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5444,7 +5444,7 @@ In contrast, the use of interpolated strings in the following example produce mu
54445444

54455445
## Examples
54465446

5447-
Numerous examples that call the <xref:System.String.Format%2A> method are interspersed through the [Remarks](#remarks) section of this article.
5447+
Numerous examples that call the <xref:System.String.Format%2A> method are interspersed through the [Remarks](#remarks-top) section of this article.
54485448

54495449
[!INCLUDE[interactive-note](~/includes/csharp-interactive-note.md)]
54505450

@@ -5786,7 +5786,8 @@ This method uses the [composite formatting feature](~/docs/standard/base-types/c
57865786
This method uses the [composite formatting feature](~/docs/standard/base-types/composite-formatting.md) to convert four or more expressions to their string representations and to embed those representations in a string. In performing the conversion, the method uses culture-sensitive formatting or a custom formatter. The method converts each <xref:System.Object> argument to its string representation by calling its **ToString(IFormatProvider)** method or, if the object's corresponding format item includes a format string, by calling its **ToString(String,IFormatProvider)** method. If these methods don't exist, it calls the object's parameterless **ToString** method.
57875787

57885788
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
5789-
5789+
5790+
<a name="culture-sensitive-formatting" />
57905791
## Example: Culture-sensitive formatting
57915792
This example uses the <xref:System.String.Format%28System.IFormatProvider%2CSystem.String%2CSystem.Object%5B%5D%29> method to display the string representation of some date and time values and numeric values by using several different cultures.
57925793

0 commit comments

Comments
 (0)