VB.NET Language in a Nutshell
| StrReverse Function |
Class
Microsoft.VisualBasic.Strings
Syntax
StrReverse( expression )
- expression (required; String)
-
The string whose characters are to be reversed
Return Value
String
Description
Returns a string that is the reverse of the string passed to it. For example, if the string and is passed to it as an argument, StrReverse returns the string dna .