Exemplo n.º 1
0
 public string Format_byte_size(long size)
 {
     using (new LanguageSwitchContext("en-US"))
     {
         return(Format.ByteSizeHumanize(size));
     }
 }