RoutingAddress Explicit Conversion (RoutingAddress to String)

The Explicit(RoutingAddress to String) method converts the RoutingAddress structure specified into a string that is equivalent to the address.

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

Syntax

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

output = CType(input, String)
public static explicit operator string (
    RoutingAddress address
)

Parameters

Return Value

Type: System.String