IsWellFormedUriString()
Uri::IsWellFormedUriString(const String&, UriKind) method
Determines if the specified string is a well-formed URI.
static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)
Arguments
Parameter | Type | Description |
---|---|---|
uriString | const String& | The URI to test |
uriKind | UriKind | The type of the specified URI |
Return Value
True if the specified URI is well-formed, otherwise - false
See Also
- Enum UriKind
- Class String
- Class Uri
- Namespace System
- Library Aspose.Slides