Strings.StrReverse Method
Silverlight
Returns a string in which the character order of a specified string is reversed.
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- Expression
- Type: System.String
Required. String expression whose characters are to be reversed. If Expression is a zero-length string (""), a zero-length string is returned.
Return Value
Type: System.StringReturns a string in which the character order of a specified string is reversed.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.