Compartir a través de


ByteQuantifiedSize.FromBytes Method

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

Syntax

'Declaration
Public Shared Function FromBytes ( _
    bytesValue As ULong _
) As ByteQuantifiedSize
'Usage
Dim bytesValue As ULong
Dim returnValue As ByteQuantifiedSize

returnValue = ByteQuantifiedSize.FromBytes(bytesValue)
public static ByteQuantifiedSize FromBytes(
    ulong bytesValue
)

Parameters