Method ExtString.ReverseString
Overload
Reverses this string, like "Abc" -> "cbA".
public static string ReverseString(this string t, bool raw)
Parameters
| t (string) |
|
raw (bool)
Ignore |
Returns
|
string
The result string. |