Skip to content

Commit 3e9769e

Browse files
committed
remove interactive notes
1 parent 64688e2 commit 3e9769e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

docs/csharp/how-to/modify-string-contents.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ helpviewer_keywords:
99

1010
This article demonstrates several techniques to produce a `string` by modifying an existing `string`. All the techniques demonstrated return the result of the modifications as a new `string` object. To demonstrate that the original and modified strings are distinct instances, the examples store the result in a new variable. You can examine the original `string` and the new, modified `string` when you run each example.
1111

12-
[!INCLUDE[interactive-note](~/includes/csharp-interactive-note.md)]
13-
1412
There are several techniques demonstrated in this article. You can replace existing text. You can search for patterns and replace matching text with other text. You can treat a string as a sequence of characters. You can also use convenience methods that remove white space. Choose the techniques that most closely match your scenario.
1513

1614
## Replace text

docs/fundamentals/runtime-libraries/system-datetime.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Time values are measured in 100-nanosecond units called ticks. A particular date
2727
2828
## Quick links to example code
2929

30-
[!INCLUDE[interactive-note](./includes/csharp-interactive-with-utc-note.md)]
31-
3230
This article includes several examples that use the `DateTime` type:
3331

3432
### Initialization examples

docs/standard/base-types/standard-numeric-format-strings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ The following table describes the standard numeric format specifiers and display
6767

6868
## Use standard numeric format strings
6969

70-
[!INCLUDE[interactive-note](~/includes/csharp-interactive-note.md)]
71-
7270
A standard numeric format string can be used to define the formatting of a numeric value in one of the following ways:
7371

7472
- It can be passed to the `TryFormat` method or an overload of the `ToString` method that has a `format` parameter. The following example formats a numeric value as a currency string in the current culture (in this case, the en-US culture).

0 commit comments

Comments
 (0)