Compartir a través de


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-qualifed domain name.