System::Uri::CheckSchemeName method
Uri::CheckSchemeName method
Determines if the specified scheme is valid.
static bool System::Uri::CheckSchemeName(const String &schemeName)
Parameter | Type | Description |
---|---|---|
schemeName | const String& | The name of the scheme to test |
ReturnValue
True if the specified string is a valid scheme, otherwise - false
See Also
- Class String
- Class Uri
- Namespace System
- Library Aspose.PDF for C++