Share via


ByteQuantifiedSize.FromGB method

Creates a new instance of the ByteQuantifiedSize class from the specified value in gigabytes.

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

Return value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the gbValue parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace