public static string Reverse(string bin) { return(ScaleRevHelper.Reverse(bin, 8)); }
public static string Reverse(string hex) { return(ScaleRevHelper.Reverse(hex, 2)); }