StringUtility.Reverse method

Reverses the specified string.

public static string Reverse(this string value)
parameter description
value The string to reverse.

Return Value

The input string, reversed.

Remarks

This method correctly reverses strings containing supplementary characters (which are encoded with two surrogate code units).

See Also