System::Uri::IsWellFormedUriString method

Uri::IsWellFormedUriString method

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

static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)
ParameterTypeDescription
uriStringconst String&The URI to test
uriKindUriKindThe type of the specified URI

ReturnValue

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

See Also