System::Uri::CheckSchemeName method

Uri::CheckSchemeName method

Determines if the specified scheme is valid.

static bool System::Uri::CheckSchemeName(const String &schemeName)
ParameterTypeDescription
schemeNameconst String&The name of the scheme to test

ReturnValue

True if the specified string is a valid scheme, otherwise - false

See Also