MindFusion.Reporting for Silverlight Programmer's Guide
StrReverse

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

Syntax

 Copy Code

string StrReverse (
    string value
)

Parameters

value
A string value that must be reversed.

Remarks

The value argument is the string whose characters are to be reversed. If value is a zero-length string (""), a zero-length string is returned. If value is null, null is returned.

See Also

Text Functions
StrComp Function