TextHelpers.IsFqdn Method (String)

 

Verifies whether a specified string is a valid FQDN.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static bool IsFqdn(
    string value
)
public:
static bool IsFqdn(
    String^ value
)
Public Shared Function IsFqdn (
    value As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if a valid FQDN, false if not.

See Also

TextHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top