System::Uri::CheckSchemeName 方法
Uri::CheckSchemeName method
确定指定的方案是否有效。
static bool System::Uri::CheckSchemeName(const String &schemeName)
| 参数 | 类型 | 描述 |
|---|---|---|
| schemeName | const String& | 要测试的方案名称 |
ReturnValue
如果指定的字符串是有效的方案则返回 true,否则返回 false
另见
- Class String
- Class Uri
- Namespace System
- Library Aspose.Font for C++