RoutingAddress Explicit Conversion Operators

Include Protected Members
Include Inherited Members

The Explicit method converts between an instance of the RoutingAddress structure and a string.

Overload List

  Name Description
Public operatorStatic member Explicit(String to RoutingAddress) The Explicit(String to RoutingAddress) method converts the string specified into an instance of the RoutingAddress structure.
Public operatorStatic member Explicit(RoutingAddress to String) The Explicit(RoutingAddress to String) method converts the RoutingAddress structure specified into a string that is equivalent to the address.

Top