طريقة System::Uri::IsWellFormedUriString
Uri::IsWellFormedUriString method
يحدد ما إذا كانت السلسلة المحددة URI مُشكّلة بشكل صحيح.
static bool System::Uri::IsWellFormedUriString(const String &uriString, UriKind uriKind)
| Parameter | Type | الوصف |
|---|---|---|
| uriString | const String& | URI للاختبار |
| uriKind | UriKind | نوع URI المحدد |
ReturnValue
صحيح إذا كان URI المحدد صالحًا، وإلا - خطأ
انظر أيضًا
- Class String
- Enum UriKind
- Class Uri
- Namespace System
- Library Aspose.Page for C++