Reverses the specified string.
public static string Reverse(this string value)
parameter | description |
---|---|
value | The string to reverse. |
The input string, reversed.
This method correctly reverses strings containing supplementary characters (which are encoded with two surrogate code units).