formatFilesize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string formatFilesize(string formatString, ulong byteSize, SizeDenomination size, bool useAbbreviation)
  2. string formatFilesize(string formatString, ulong byteSize, bool useAbbreviation, bool useMetric)
    string
    formatFilesize
    (,
    ulong byteSize
    ,
    bool useAbbreviation = true
    ,
    bool useMetric = true
    )
  3. string formatFilesize(ulong byteSize, bool useAbbreviation, bool useMetric)

Meta