Share via


ByteQuantifiedSize Explicit conversion (ByteQuantifiedSize to UInt64)

Converts the value of the specified ByteQuantifiedSize to a 64-bit unsigned integer.

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    size As ByteQuantifiedSize _
) As ULong
'Usage
Dim input As ByteQuantifiedSize
Dim output As ULong

output = CType(input, ULong)
public static explicit operator ulong (
    ByteQuantifiedSize size
)

Parameters

Return value

Type: System.UInt64
The contents of the size parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Explicit overload

Microsoft.Exchange.Data namespace