Пример #1
0
 public static string Reverse(string bin)
 {
     return(ScaleRevHelper.Reverse(bin, 8));
 }
Пример #2
0
 public static string Reverse(string hex)
 {
     return(ScaleRevHelper.Reverse(hex, 2));
 }