String Manipulation Summary (Visual Basic)
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action |
Language element |
---|---|
Compare two strings. |
|
Convert strings. |
|
Reverse a string. |
|
Convert to lowercase or uppercase. |
|
Create a string of repeating characters. |
|
Find the length of a string. |
|
Format a string. |
Format, FormatCurrency, FormatDateTime, FormatNumber, FormatPercent |
Manipulate strings. |
|
Set string comparison rules. |
|
Work with ASCII and ANSI values. |
|
Replace a specified substring. |
|
Return a filter-based string array. |
|
Return a specified number of substrings. |
See Also
Reference
Visual Basic Runtime Library Members
Keywords Compared in Various Languages