Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion xml/System/DateTime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5121,7 +5121,7 @@ Numerous examples that call the `DateTime.Parse` method are interspersed through

[!INCLUDE[interactive-note](~/includes/csharp-interactive-with-utc-note.md)]

You can also download a complete set of `DateTime.Parse` examples, which are included in a [.NET Core 2.0 project for C#](https://github.com/dotnet/samples/raw/master/snippets/csharp/downloads/api/System/DateTime.Parse.zip) and a [.NET Core 2.0 project for Visual Basic](https://github.com/dotnet/samples/raw/master/snippets/visualbasic/downloads/api/System/DateTime.Parse.zip), from the [dotnet/samples GitHub repository](https://github.com/dotnet/samples).
You can also download a complete set of `DateTime.Parse` examples, which are included in a [.NET Core project for C#](https://docs.microsoft.com/samples/dotnet/samples/datetime-parse/).

]]></format>
</remarks>
Expand Down
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#](https://docs.microsoft.com/samples/dotnet/samples/string-format/).

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

Expand Down