CommonFunctionsGetBytesInMegaBytesFormatted Method
Converts bytes to Mega bytes and formats with 2 decimals
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetBytesInMegaBytesFormatted(
long bytes
)
Public Shared Function GetBytesInMegaBytesFormatted (
bytes As Long
) As String
public:
static String^ GetBytesInMegaBytesFormatted(
long long bytes
)
static member GetBytesInMegaBytesFormatted :
bytes : int64 -> string
- bytes Int64
- Bytes to convert and format
StringString representation of formatted bytes in Mega bytes