Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
size
Type: Microsoft.Exchange.Data.ByteQuantifiedSizeThe byte-quantified size to convert.
Return value
Type: System.UInt64
The contents of the size parameter.