Méthode System::Uri::IsWellFormedUriString
Uri::IsWellFormedUriString method
Détermine si la chaîne spécifiée est une URI bien formée.
static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)
| Paramètre | Type | Description |
|---|---|---|
| uriString | const String& | L’URI à tester |
| uriKind | UriKind | Le type de l’URI spécifié |
ReturnValue
Vrai si l’URI spécifié est bien formé, sinon - faux
Voir aussi
- Class String
- Enum UriKind
- Class Uri
- Namespace System
- Library Aspose.Font for C++