FilesSizeInMegabytes(Int64) Method

Determines the length in bytes of the file in Megabytes (Mb).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static decimal SizeInMegabytes(
	long size
)

Parameters

size  Int64
The size of the file in bytes.

Return Value

Decimal
Decimal with the length in bytes of the file in Megabytes.

See Also