returns the byte to the size you prefer

Namespace:  nTools
Assembly:  SystemInfo (in SystemInfo.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string byteToSize(
	float size,
	sizeType outType
)
Public Shared Function byteToSize ( _
	size As Single, _
	outType As sizeType _
) As String
public:
static String^ byteToSize(
	float size, 
	sizeType outType
)

Parameters

size
Single

[Missing <param name="size"/> documentation for "M:nTools.nMore.byteToSize(System.Single,nTools.sizeType)"]

outType
sizeType

[Missing <param name="outType"/> documentation for "M:nTools.nMore.byteToSize(System.Single,nTools.sizeType)"]

Return Value

[Missing <returns> documentation for M:nTools.nMore.byteToSize(System.Single,nTools.sizeType)]

See Also