Compartir a través de


ByteQuantifiedSize.FromGB Method

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

Syntax

'Declaration
Public Shared Function FromGB ( _
    gbValue As ULong _
) As ByteQuantifiedSize
'Usage
Dim gbValue As ULong
Dim returnValue As ByteQuantifiedSize

returnValue = ByteQuantifiedSize.FromGB(gbValue)
public static ByteQuantifiedSize FromGB(
    ulong gbValue
)

Parameters