Click or drag to resize

UtilityNiceSize Method

Formats a long number in a format that is similar to the format used by the Windows Shell. This should be done by the Windows Shell API, but it's not available in a standard2.0 library.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public static string NiceSize(
	long? size
)

Parameters

size  NullableInt64

[Missing <param name="size"/> documentation for "M:Orthogonal.Hoarder.StdLib.Utility.NiceSize(System.Nullable{System.Int64})"]

Return Value

String

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.Utility.NiceSize(System.Nullable{System.Int64})"]

See Also