String can be modified by using stringbuilder class. We can take an example for better understanding, suppose there are two string string11 and string2:
Dim String1 As New StringBuilder("Hello") Dim String2 As New StringBuilder()
Continue reading “Modification in string using Stringbuilder class in VB.net”