Share via


uri::validate Method

Validates a string as a uri.

_ASYNCRTIMP static bool __cdecl validate(
   const utility::string_t &uri_string
);

Parameters

  • uri_string
    The uri string to be validated.

Return Value

true if the given string represents a valid URI, false otherwise.

Requirements

Header: base_uri.h

Namespace: web::http

See Also

Reference

uri Class