Click or drag to resize

SI2ToScaledString Method

Overload List
  Name Description
Public method Static member ToScaledString(Int64, String, String, Int64, Int64) Turns the given number of units (e.g., bytes) into a textual representation with an appropriate unit scaling and common named representation (e.g., KB, MB, GB, TB, etc.).
Public method Static member ToScaledString(Int64, String, String, Int64, Int64) Turns the given number of units (e.g., bytes) into a textual representation with an appropriate unit scaling and common named representation (e.g., KB, MB, GB, TB, etc.).
Public method Static member ToScaledString(Int64, Int32, String, String, Int64, Int64) Turns the given number of units (e.g., bytes) into a textual representation with an appropriate unit scaling and common named representation (e.g., KB, MB, GB, TB, etc.).
Public method Static member ToScaledString(Int64, String, String, String, Int32, Int64, Int64) Turns the given number of units (e.g., bytes) into a textual representation with an appropriate unit scaling given string array of factor names or symbols.
Top
See Also