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
- fqdn
Type: Microsoft.Exchange.Data.Fqdn
Return value
Type: System.String
The string representation of the fully qualified domain name (FQDN).