IsWellFormedUriString()

Uri::IsWellFormedUriString(const String&, UriKind) method

Determines if the specified string is a well-formed URI.

static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)

Arguments

ParameterTypeDescription
uriStringconst String&The URI to test
uriKindUriKindThe type of the specified URI

Return Value

True if the specified URI is well-formed, otherwise - false

See Also