RoutingAddress.op_Explicit Method (String)
The op_Explicit method converts the string specified into an instance of the RoutingAddress structure.
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 String _
) As RoutingAddress
public static explicit operator RoutingAddress (
string address
)
public:
static explicit operator RoutingAddress (
String^ address
)
J# supports the use of custom casts, but not the declaration of new ones.
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- address
The string to convert.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003