Exemplo n.º 1
0
 public static string Reverse(string bin)
 {
     return(ScaleRevHelper.Reverse(bin, 8));
 }
Exemplo n.º 2
0
 public static string Reverse(string hex)
 {
     return(ScaleRevHelper.Reverse(hex, 2));
 }