FilesSizeInMegabytes(String) Method
Determines the length of the file in Megabytes (Mb).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static decimal SizeInMegabytes(
string file
)
Public Shared Function SizeInMegabytes (
file As String
) As Decimal
- file String
- File to determine length in Megabytes.
DecimalDecimal with the length in bytes of the file in Megabytes.