Example #1
0
 public static string ToBitsPerSecond(long byterate)
 {
     return(Format.BytesToKilo(byterate * 8, "bps"));
 }