Share via


Fqdn Implicit conversion (Fqdn to String)

Converts a Fqdn instance to a string.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    fqdn As Fqdn _
) As String
'Usage
Dim input As Fqdn
Dim output As String

output = CType(input, String)
public static implicit operator string (
    Fqdn fqdn
)

Parameters

Return value

Type: System.String
The string representation of the fully qualified domain name (FQDN).

See also

Reference

Fqdn class

Fqdn members

Microsoft.Exchange.Data namespace