CheckSchemeName()

Uri::CheckSchemeName(const String&) method

Determines if the specified scheme is valid.

static bool System::Uri::CheckSchemeName(const String &schemeName)

Arguments

ParameterTypeDescription
schemeNameconst String&The name of the scheme to test

Return Value

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

See Also