ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Strings Class / StrReverse Method
Required. String expression whose characters are to be reversed. If expression is a zero-length string (""), a zero-length string is returned.

In This Topic
    StrReverse Method
    In This Topic
    Returns a string in which the character order of a specified string is reversed.
    Syntax
    'Declaration
     
    Public Shared Function StrReverse( _
       ByVal expression As String _
    ) As String
    public static string StrReverse( 
       string expression
    )

    Parameters

    expression
    Required. String expression whose characters are to be reversed. If expression is a zero-length string (""), a zero-length string is returned.

    Return Value

    Returns a string in which the character order of a specified string is reversed.
    See Also