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