ByteQuantifiedSize.FromMB Method

Converts an integer value to megabytes (MB).

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function FromMB ( _
    mbValue As ULong _
) As ByteQuantifiedSize
'Usage
Dim mbValue As ULong
Dim returnValue As ByteQuantifiedSize

returnValue = ByteQuantifiedSize.FromMB(mbValue)
public static ByteQuantifiedSize FromMB(
    ulong mbValue
)

Parameters

Return Value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
The input value expressed as megabytes (MB).