FilesSizeInMegabytes(String) Method

Determines the length 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(
	string file
)

Parameters

file  String
File to determine length in Megabytes.

Return Value

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

See Also