Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add string.format zip and fix link
  • Loading branch information
gewarren committed May 15, 2020
commit e5b236047ab81e758acc593c7e2763917467d5d8
Binary file not shown.
2 changes: 1 addition & 1 deletion xml/System/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5538,7 +5538,7 @@ In contrast, the use of interpolated strings in the following example produce mu

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

You can also download a complete set of `String.Format` examples, which are included a [.NET Core 2.0 project for C#](https://github.com/dotnet/samples/raw/master/snippets/csharp/downloads/api/System/String.Format.zip) and a [.NET Core 2.0 project for Visual Basic](https://github.com/dotnet/samples/raw/master/snippets/visualbasic/downloads/api/System/String.Format.zip), from the [dotnet/samples GitHub repository](https://github.com/dotnet/samples).
You can also download a complete set of `String.Format` examples, which are included a [.NET Core project for C#](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.String.Format/cs/string.format.zip).

The following are some of the examples included in the article:

Expand Down