Example #1
0
 public static string Prev(this string str)
 {
     return(Runtime.DecrementString(str));
 }