FilesSizeInMegabytes(Int64) Method
Determines the length in bytes of the file in Megabytes (Mb).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static decimal SizeInMegabytes(
long size
)
Public Shared Function SizeInMegabytes (
size As Long
) As Decimal
- size Int64
- The size of the file in bytes.
DecimalDecimal with the length in bytes of the file in Megabytes.