System::Uri::IsWellFormedUriString methode
Uri::IsWellFormedUriString method
Bepaalt of de opgegeven string een goed gevormde URI is.
static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)
| Parameter | Type | Beschrijving |
|---|---|---|
| uriString | const String& | De URI om te testen |
| uriKind | UriKind | Het type van de opgegeven URI |
ReturnValue
Waar als de opgegeven URI correct is gevormd, anders - onwaar
Zie ook
- Class String
- Enum UriKind
- Class Uri
- Namespace System
- Library Aspose.Page for C++