Click or drag to resize

CommonFunctionsGetBytesInMegaBytesFormatted Method

Converts bytes to Mega bytes and formats with 2 decimals

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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