Attempts to parse a domain name from a string

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
public static bool TryParse(
	string s,
	ref DomainName Result
)
Visual Basic (Declaration)
Public Shared Function TryParse ( _
	s As String, _
	ByRef Result As DomainName _
) As Boolean
Visual C++
public:
static bool TryParse(
	String^ s, 
	DomainName^% Result
)

Parameters

s
Type: System..::.String
The string to parse from
Result
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName%
The resulting domain name

Return Value

Boolean indicating if the domain name was parsed succesfully

See Also