You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
64
64
@@ -96,7 +96,7 @@ Add a console application that uses the class library. The app will prompt the u
96
96
97
97
1. Open *ShowCase/Program.cs* and replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
102
102
@@ -195,7 +195,7 @@ Start by creating a .NET class library project named "StringLibrary" and an asso
195
195
196
196
1. Open *Class1.cs* and replace the code with the following code.
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
201
201
@@ -231,7 +231,7 @@ Add a console application that uses the class library. The app will prompt the u
231
231
232
232
1. Open *ShowCase/Program.cs* and replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
237
237
@@ -328,7 +328,7 @@ Start by creating a .NET class library project named "StringLibrary" and an asso
328
328
329
329
1. Open *Class1.cs* and replace the code with the following code.
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
334
334
@@ -364,7 +364,7 @@ Add a console application that uses the class library. The app will prompt the u
364
364
365
365
1. Open *ShowCase/Program.cs* and replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
Copy file name to clipboardExpand all lines: docs/core/tutorials/library-with-visual-studio.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ To create the blank solution:
62
62
63
63
1. Replace the code in the code window for *Class1.cs* or *Class1.vb* with the following code, and save the file. If the language you want to use isn't shown, change the language selector at the top of the page.
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
@@ -89,7 +89,7 @@ Add a console application that uses the class library. The app will prompt the u
89
89
90
90
1. In the code window for the *Program.cs* or *Program.vb* file, replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
@@ -196,7 +196,7 @@ To create the blank solution:
196
196
197
197
1. Replace the code in the code window for *Class1.cs* or *Class1.vb* with the following code, and save the file. If the language you want to use isn't shown, change the language selector at the top of the page.
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
@@ -223,7 +223,7 @@ Add a console application that uses the class library. The app will prompt the u
223
223
224
224
1. In the code window for the *Program.cs* or *Program.vb* file, replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
@@ -330,7 +330,7 @@ To create the blank solution:
330
330
331
331
1. Replace the code in the code window for *Class1.cs* or *Class1.vb* with the following code, and save the file. If the language you want to use isn't shown, change the language selector at the top of the page.
The class library, `UtilityLibraries.StringLibrary`, contains a method named `StartsWithUpper`. This method returns a <xref:System.Boolean> value that indicates whether the current string instance begins with an uppercase character. The Unicode standard distinguishes uppercase characters from lowercase characters. The <xref:System.Char.IsUpper(System.Char)?displayProperty=nameWithType> method returns `true` if a character is uppercase.
@@ -357,7 +357,7 @@ Add a console application that uses the class library. The app will prompt the u
357
357
358
358
1. In the code window for the *Program.cs* or *Program.vb* file, replace all of the code with the following code.
The code uses the `row` variable to maintain a count of the number of rows of data written to the console window. Whenever it's greater than or equal to 25, the code clears the console window and displays a message to the user.
Copy file name to clipboardExpand all lines: docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest/StringLibraryTest.csproj
0 commit comments