Compartir a través de


IPvxAddress Explicit Conversion (IPvxAddress to Byte)

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    address As IPvxAddress _
) As Byte
'Usage
Dim input As IPvxAddress
Dim output As Byte

output = CType(input, Byte)
public static explicit operator byte (
    IPvxAddress address
)

Parameters

Return Value

Type: System.Byte