diff --git a/xml/System.Collections.Specialized/BitVector32+Section.xml b/xml/System.Collections.Specialized/BitVector32+Section.xml
index 5ddc74049e7..b0e09ea736d 100644
--- a/xml/System.Collections.Specialized/BitVector32+Section.xml
+++ b/xml/System.Collections.Specialized/BitVector32+Section.xml
@@ -390,43 +390,7 @@
if the and parameters represent different objects; otherwise, .
-
-
-
-
-
-
-
-
- Method
-
- System.Collections.Specialized
- 4.0.1.0
- 4.1.0.0
-
-
- System
- 2.0.5.0
- 4.0.0.0
-
-
- netstandard
- 2.0.0.0
-
-
- System.String
-
-
-
- Returns a string that represents the current .
- A string that represents the current .
-
- .
-
- ]]>
+ ]]>
diff --git a/xml/System.Diagnostics/Process.xml b/xml/System.Diagnostics/Process.xml
index ad1cbdb144d..64c69b8fa99 100644
--- a/xml/System.Diagnostics/Process.xml
+++ b/xml/System.Diagnostics/Process.xml
@@ -1629,7 +1629,7 @@ The following code example creates a process that prints a file. It sets the The parameter syntax is invalid. It might have length zero (0).
The parameter is .
The operating system platform does not support this operation on remote computers.
- There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.
+ There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.
A problem occurred accessing an underlying system API.
@@ -1711,7 +1711,7 @@ The following code example creates a process that prints a file. It sets the
- There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.
+ There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.
@@ -1795,7 +1795,7 @@ The following code example creates a process that prints a file. It sets the
+There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP.
A problem occurred accessing an underlying system API.
@@ -2228,9 +2228,9 @@ You cannot cause processes on remote computers to exit. You can only view inform
You are attempting to call for a process that is running on a remote computer. The method is available only for processes running on the local computer.
The process has already exited.
- -or-
-
- There is no process associated with this object.
+-or-
+
+There is no process associated with this object.
-or-
@@ -5367,9 +5367,7 @@ The file specified in the could not be found.
You should only access the property on a object returned by the method. For example, you should not access the property on a object returned by . Otherwise, on .NET Core the property will throw an and on .NET Framework it will return a dummy object.
- When the process is started, the file name is the file that populates the (read-only) property. If you want to retrieve the executable file that is associated with the process after the process has started, use the property. If you want to set the executable file of a instance for which an associated process has not been started, use the property's member. Because the members of the property are arguments that are passed to the method of a process, changing the property after the associated process has started will not reset the property. These properties are used only to initialize the associated process.
-
-
+ When the process is started, the file name is the file that populates the (read-only) property. If you want to retrieve the executable file that is associated with the process after the process has started, use the property. If you want to set the executable file of a instance for which an associated process has not been started, use the property's member. Because the members of the property are arguments that are passed to the method of a process, changing the property after the associated process has started will not reset the property. These properties are used only to initialize the associated process.
## Examples
The following example populates a with the file to execute, the action performed on it and whether it should displays a user interface. For additional examples, refer to the reference pages for properties of the class.
@@ -5381,7 +5379,7 @@ The file specified in the could not be found.
]]>
The value that specifies the is .
- The method was not used to start the process.
+ .NET Core only: The method was not used to start the process.
diff --git a/xml/System.IO/DirectoryInfo.xml b/xml/System.IO/DirectoryInfo.xml
index 6ed136ae852..76292087586 100644
--- a/xml/System.IO/DirectoryInfo.xml
+++ b/xml/System.IO/DirectoryInfo.xml
@@ -221,7 +221,10 @@
diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml
index 50371918f6e..f512374c35a 100644
--- a/xml/System/Byte.xml
+++ b/xml/System/Byte.xml
@@ -147,8 +147,8 @@
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2392,8 +2392,8 @@ This member is an explicit interface member implementation. It can be used only
Formatting Types in .NET
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2569,8 +2569,8 @@ This member is an explicit interface member implementation. It can be used only
]]>
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/Char.xml b/xml/System/Char.xml
index 904eb75456c..fca29626bc5 100644
--- a/xml/System/Char.xml
+++ b/xml/System/Char.xml
@@ -1575,7 +1575,14 @@ When a managed type, which is represented as a Unicode UTF-16
- Modifiers, such as U+02B0 (MODIFIER LETTER SMALL H) through U+02C1 (MODIFIER LETTER REVERSED GLOTTAL STOP), or U+1D2C (MODIFIER LETTER CAPITAL A) through U+1D61 (MODIFIER LETTER SMALL CHI). These characters are members of the category.
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\) through U+9FC3 (\). These characters are members of the category.
-
+
+ ## Examples
+ The following code example demonstrates .
+
+ :::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsLetter/CPP/isletter.cpp" id="Snippet5":::
+ :::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsLetter/CS/isletter.cs" interactive="try-dotnet" id="Snippet5":::
+ :::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsLetter/VB/isletter.vb" id="Snippet5":::
+
]]>
@@ -1638,15 +1645,6 @@ When a managed type, which is represented as a Unicode UTF-16
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\) through U+9FC3 (\). These characters are members of the category.
-
-
-## Examples
- The following code example demonstrates .
-
- [!code-cpp[System.Char.IsLetter#5](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsLetter/CPP/isletter.cpp#5)]
- [!code-csharp[System.Char.IsLetter#5](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsLetter/CS/isletter.cs#5)]
- [!code-vb[System.Char.IsLetter#5](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsLetter/VB/isletter.vb#5)]
-
]]>
@@ -1720,15 +1718,6 @@ When a managed type, which is represented as a Unicode UTF-16
- Other letters, such as U+05D0 (HEBREW LETTER ALEF) through U+05EA (HEBREW LETTER TAV), U+0621 (ARABIC LETTER HAMZA) through U+063A (ARABIC LETTER GHAIN), or U+4E00 (\) through U+9FC3 (\). These characters are members of the category.
-
-
-## Examples
- The following code example demonstrates .
-
- [!code-cpp[System.Char.IsLetter#5](~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Char.IsLetter/CPP/isletter.cpp#5)]
- [!code-csharp[System.Char.IsLetter#5](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Char.IsLetter/CS/isletter.cs#5)]
- [!code-vb[System.Char.IsLetter#5](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Char.IsLetter/VB/isletter.vb#5)]
-
]]>
diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml
index 8c52cbb0318..2f89d9eb769 100644
--- a/xml/System/DateTime.xml
+++ b/xml/System/DateTime.xml
@@ -506,8 +506,8 @@ The behavior of the .NET Framework and COM means that if your application round-
Choosing Between DateTime, DateTimeOffset, TimeSpan, and TimeZoneInfo
Working with Calendars
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -8222,8 +8222,8 @@ The value of the current object is formatted using the pa
Formatting Types in .NET
Standard Date and Time Format Strings
Custom Date and Time Format Strings
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -8497,8 +8497,8 @@ The value of the current object is formatted using the pa
Parsing Date and Time Strings in the .NET Framework
Standard Date and Time Format Strings
Custom Date and Time Format Strings
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/DateTimeOffset.xml b/xml/System/DateTimeOffset.xml
index 285fd1a9a48..78b3c8fd555 100644
--- a/xml/System/DateTimeOffset.xml
+++ b/xml/System/DateTimeOffset.xml
@@ -119,8 +119,8 @@
]]>
Choosing Between DateTime, DateTimeOffset, TimeSpan, and TimeZoneInfo
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -5332,8 +5332,8 @@ Me.ToUtcDateTime().ToFileTime()
Standard Date and Time Format Strings
Custom Date and Time Format Strings
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -5669,8 +5669,8 @@ Me.ToUtcDateTime().ToFileTime()
]]>
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/Double.xml b/xml/System/Double.xml
index 91ef893cfef..f64f3f70c2a 100644
--- a/xml/System/Double.xml
+++ b/xml/System/Double.xml
@@ -295,8 +295,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -3755,8 +3755,8 @@ This member is an explicit interface member implementation. It can be used only
Standard Numeric Format Strings
Custom Numeric Format Strings
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -3952,8 +3952,8 @@ If a separator is encountered in the `s` parameter during a parse operation, and
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml
index e57d2ebd78b..6568ad767e9 100644
--- a/xml/System/Int16.xml
+++ b/xml/System/Int16.xml
@@ -92,8 +92,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2316,8 +2316,8 @@ This member is an explicit interface member implementation. It can be used only
Standard Numeric Format Strings
Custom Numeric Format Strings
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2501,8 +2501,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml
index 405e00601bd..a34d3c62142 100644
--- a/xml/System/Int32.xml
+++ b/xml/System/Int32.xml
@@ -137,8 +137,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2441,8 +2441,8 @@ This member is an explicit interface member implementation. It can be used only
Standard Numeric Format Strings
Custom Numeric Format Strings
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2627,8 +2627,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/Int64.xml b/xml/System/Int64.xml
index b74935fa717..a872a1f75c8 100644
--- a/xml/System/Int64.xml
+++ b/xml/System/Int64.xml
@@ -137,8 +137,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2363,8 +2363,8 @@ This member is an explicit interface member implementation. It can be used only
Standard Numeric Format Strings
Custom Numeric Format Strings
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2553,8 +2553,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml
index 1b5b7ab11b6..85ced0a31fb 100644
--- a/xml/System/SByte.xml
+++ b/xml/System/SByte.xml
@@ -97,8 +97,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2321,8 +2321,8 @@ This member is an explicit interface member implementation. It can be used only
How to: Pad a Number with Leading Zeros
Standard Numeric Format Strings
Custom Numeric Format Strings
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2506,8 +2506,8 @@ This member is an explicit interface member implementation. It can be used only
]]>
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/UInt16.xml b/xml/System/UInt16.xml
index 8553caf7f26..626b10880a2 100644
--- a/xml/System/UInt16.xml
+++ b/xml/System/UInt16.xml
@@ -96,8 +96,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2362,8 +2362,8 @@ This member is an explicit interface member implementation. It can be used only
Formatting Types in .NET
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2554,8 +2554,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/UInt32.xml b/xml/System/UInt32.xml
index 88e0e6d58c3..340f82c7370 100644
--- a/xml/System/UInt32.xml
+++ b/xml/System/UInt32.xml
@@ -96,8 +96,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2383,8 +2383,8 @@ This member is an explicit interface member implementation. It can be used only
Formatting Types in .NET
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2576,8 +2576,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
diff --git a/xml/System/UInt64.xml b/xml/System/UInt64.xml
index 4e8a8a34dc3..2a8ea12972f 100644
--- a/xml/System/UInt64.xml
+++ b/xml/System/UInt64.xml
@@ -94,8 +94,8 @@
All members of this type are thread safe. Members that appear to modify instance state actually return a new instance initialized with the new value. As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety.
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2355,8 +2355,8 @@ This member is an explicit interface member implementation. It can be used only
Formatting Types in .NET
How to: Pad a Number with Leading Zeros
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)
@@ -2547,8 +2547,8 @@ This member is an explicit interface member implementation. It can be used only
Parsing Numeric Strings in .NET
- Sample: .NET Core WinForms Formatting Utility (C#)
- Sample: .NET Core WinForms Formatting Utility (Visual Basic)
+ Sample: .NET Core WinForms Formatting Utility (C#)
+ Sample: .NET Core WinForms Formatting Utility (Visual Basic)