CommonFunctionsGetBytesInMegaBytesFormatted Method

Converts bytes to Mega bytes and formats with 2 decimals

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetBytesInMegaBytesFormatted(
	long bytes
)

Parameters

bytes  Int64
Bytes to convert and format

Return Value

String
String representation of formatted bytes in Mega bytes

See Also