ByteQuantifiedSize.FromBytes method

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

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

Return value

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

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace