1. | String Object: =, Is and Mid | | ![String Object: =, Is and Mid](http://www.java2s.com/Code/VBImages/StringObjectIsandMid.PNG) |
2. | String InStr | | ![String InStr](http://www.java2s.com/Code/VBImages/StringInStr.PNG) |
3. | String Insert | | ![String Insert](http://www.java2s.com/Code/VBImages/StringInsert.PNG) |
4. | Use the Mid function to replace within the string | | ![Use the Mid function to replace within the string](http://www.java2s.com/Code/VBImages/UsetheMidfunctiontoreplacewithinthestring.PNG) |
5. | Use String.Equals methods | | ![Use String.Equals methods](http://www.java2s.com/Code/VBImages/UseStringEqualsmethods.PNG) |
6. | Two ways to copy strings | | ![Two ways to copy strings](http://www.java2s.com/Code/VBImages/Twowaystocopystrings.PNG) |
7. | Two ways to concatenate strings | | ![Two ways to concatenate strings](http://www.java2s.com/Code/VBImages/Twowaystoconcatenatestrings.PNG) |
8. | Sub string with only one parameter | | |
9. | String PadLeft | | ![String PadLeft](http://www.java2s.com/Code/VBImages/StringPadLeft.PNG) |
10. | String Constructor | | ![String Constructor](http://www.java2s.com/Code/VBImages/StringConstructor.PNG) |
11. | String properties Length and Chars and method CopyTo of class String | | ![String properties Length and Chars and method CopyTo of class String](http://www.java2s.com/Code/VBImages/StringpropertiesLengthandCharsandmethodCopyToofclassString.PNG) |
12. | Comparing strings | | ![Comparing strings](http://www.java2s.com/Code/VBImages/Comparingstrings.PNG) |
13. | Demonstrating StartsWith and EndsWith methods | | ![Demonstrating StartsWith and EndsWith methods](http://www.java2s.com/Code/VBImages/DemonstratingStartsWithandEndsWithmethods.PNG) |
14. | String Substring method | | ![String Substring method](http://www.java2s.com/Code/VBImages/StringSubstringmethod.PNG) |
15. | String class Concat method | | ![String class Concat method](http://www.java2s.com/Code/VBImages/StringclassConcatmethod.PNG) |
16. | String ToLower and ToUpper | | ![String ToLower and ToUpper](http://www.java2s.com/Code/VBImages/StringToLowerandToUpper.PNG) |
17. | String Trim method | | ![String Trim method](http://www.java2s.com/Code/VBImages/StringTrimmethod.PNG) |
18. | String ToString method | | ![String ToString method](http://www.java2s.com/Code/VBImages/StringToStringmethod.PNG) |
19. | String ToCharArray method | | ![String ToCharArray method](http://www.java2s.com/Code/VBImages/StringToCharArraymethod.PNG) |
20. | Concatenate the strings and display the results | | ![Concatenate the strings and display the results](http://www.java2s.com/Code/VBImages/Concatenatethestringsanddisplaytheresults.PNG) |
21. | The length of the string | | ![The length of the string](http://www.java2s.com/Code/VBImages/Thelengthofthestring.PNG) |
22. | Display the first part of a string | | |
23. | String: set value and display | | |
24. | Concatenate the strings | | ![Concatenate the strings](http://www.java2s.com/Code/VBImages/Concatenatethestrings.PNG) |
25. | Display the length of the string | | ![Display the length of the string](http://www.java2s.com/Code/VBImages/Displaythelengthofthestring.PNG) |
26. | Get sub string | | ![Get sub string](http://www.java2s.com/Code/VBImages/Getsubstring.PNG) |
27. | Replace the string occurance | | ![Replace the string occurance](http://www.java2s.com/Code/VBImages/Replacethestringoccurance.PNG) |
28. | String Replace Demo | | ![String Replace Demo](http://www.java2s.com/Code/VBImages/StringReplaceDemo.PNG) |
29. | Concatenate String with Integer into one String | | ![Concatenate String with Integer into one String](http://www.java2s.com/Code/VBImages/ConcatenateStringwithIntegerintooneString.PNG) |
30. | Concatenate Strings | | ![Concatenate Strings](http://www.java2s.com/Code/VBImages/ConcatenateStrings.PNG) |
31. | String Copy | | ![String Copy](http://www.java2s.com/Code/VBImages/StringCopy.PNG) |
32. | String.Equals Demo | | ![String.Equals Demo](http://www.java2s.com/Code/VBImages/StringEqualsDemo.PNG) |
33. | Convert to Upper case and Lower Case | | ![Convert to Upper case and Lower Case](http://www.java2s.com/Code/VBImages/ConverttoUppercaseandLowerCase.PNG) |
34. | Trim String space | | ![Trim String space](http://www.java2s.com/Code/VBImages/TrimStringspace.PNG) |
35. | String ends with | | ![String ends with](http://www.java2s.com/Code/VBImages/Stringendswith.PNG) |
36. | String concatenation | | |
37. | Create a string that consists of a character repeated 20 times | | |
38. | Append Date string to existing string | | |
39. | Extract the second word | | |
40. | String Class Represents text as a series of Unicode characters. | | |
41. | Create a string from a character array | | |
42. | Create a string that consists of a character repeated 20 times | | |
43. | Format Date with D | | |
44. | Format a DateTime | | |
45. | Is Surrogate Pair | | |
46. | Is Punctuation and Is WhiteSpace | | |
47. | Create StreamWriter for Unicode encoding | | |
48. | Format Date by different Culture | | |
49. | Parse String to Date with various Culture settings | | |
50. | Perform a word sort using the current (en-US) culture | | |
51. | Perform a word sort using the invariant culture | | |
52. | Perform an ordinal sort | | |
53. | Perform a string sort using the current culture | | |
54. | Find string with different StringComparison | | |
55. | Culture-sensitive test for equality | | |
56. | Ordinal test for equality | | |
57. | String.Format Method (IFormatProvider, String, Object[]) | | |
58. | Format Date with different Culture | | |
59. | StringBuilder Class Represents a mutable string of characters | | |
60. | CultureInfo Class provides information about a specific culture | | |
61. | CultureInfo's English Name and | | |
62. | CultureInfo.CurrentCulture Property gets the CultureInfo that represents the culture used by the current thread. | | |
63. | Encoding Class represents a character encoding. | | |
64. | String.Chars Property gets the Char object at a specified position in the current String object. | | |
65. | String.Concat | | |
66. | String.Contains Method returns a value indicating whether the specified String object occurs within this string. | | |
67. | String.Copy | | ![String.Copy](http://www.java2s.com/Code/VBImages/StringCopy.PNG) |
68. | String.CopyTo Method | | |
69. | String.EndsWith (String, StringComparison) | | |
70. | String.Equals Method | | |
71. | String.Equals (String) | | |
72. | String.Format (IFormatProvider, String, Object[]) | | |
73. | Customer Formatter | | |
74. | String.Format Method (String, Object) | | |
75. | String.Format (String, Object, Object) | | |
76. | String.GetEnumerator | | |
77. | String.GetHashCode Method | | |
78. | String.GetTypeCode Method returns the TypeCode for class String. | | |
79. | Sample for String.Intern(String) | | |
80. | String.IsNullOrEmpty | | |
81. | String.Join Method | | |
82. | Concatenates the members of a collection, using the specified separator between each member. | | |
83. | String.Length Property gets the number of characters in the current String object. | | |
84. | String.PadLeft Method (Int32) | | |
85. | String.PadLeft Method (Int32, Char) | | |
86. | String.PadRight | | |
87. | String.PadRight Method (Int32, Char) | | |
88. | String.Remove | | |
89. | Deletes a specified number of characters from this instance beginning at a specified position. | | |
90. | String.Replace (Char, Char) | | |
91. | String.Replace (String, String) | | |
92. | Retrieves a substring | | |
93. | Retrieves a substring which starts at a specified character position and has a specified length. | | |
94. | Copies the characters to a Unicode character array. | | |
95. | Convert to lowercase according to Culture settings | | |
96. | Convert string to lowercase | | |
97. | Convert String to lowercase using the casing rules of the invariant culture. | | |
98. | [Object].ReferenceEquals | | |
99. | String.ToUpper (CultureInfo) | | |
100. | String.ToUpper | | |
101. | Convert String to uppercase using the casing rules of the invariant culture. | | |
102. | Removes all leading and trailing occurrences of a set of characters | | |
103. | Removes all leading and trailing white-space characters from the current String object. | | |
104. | Removes all trailing occurrences of a set of characters | | |
105. | Encode the original string using the ASCII encoder | | |
106. | CharEnumerator Class supports iterating over a String | | |