Returns a string in which the character order of the specified string is reversed.
Copy Code |
---|
string StrReverse ( |
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.