Home »
VB.Net »
VB.Net Programs
VB.Net String Programs
In VB.Net programming, a string is a sequential collection of characters or we can consider it as a character array. The type String is used to create a string variable. To declare, use, and other strings operations – we use System.String class.
This section contains the solved VB.Net string programs. Practice these programs to learn the concept of string (declare a string, assign a string, manipulating strings, etc.), these programs contain the solved code, outputs, and the detailed explanation of the statements, functions used in the VB.Net string programs.
List of VB.Net String Programs
- VB.Net program to compare two strings
- VB.Net program to check a string is empty or not using IsNothing() function
- VB.Net program to check string contains a number or not
- VB.Net program to demonstrate the Join() method of String class
- VB.Net program to demonstrate the Compare() method of String class
- VB.Net program to demonstrate the Concat() method of String class
- VB.Net program to demonstrate the Copy() method of the String class
- VB.Net program to demonstrate the Empty property of String class
- VB.Net program to demonstrate the Equals() method of String class
- VB.Net program to demonstrate the Intern() method of String class
- VB.Net program to demonstrate the IsNullorEmpty() method of String class
- VB.Net program to demonstrate the IsNullorWhitSpace() method of String class