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
gbValue
Type: System.UInt64A value in gigabytes.
Return value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the gbValue parameter.