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