CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
uri_parser.h
1
3#pragma once
4
5#include <system/string.h>
6
7namespace System {
8
14{
15public:
19 static ASPOSECPP_SHARED_API bool IsKnownScheme(const String& schemeName);
20
21 UriParser() = delete;
22};
23
24} // namespace System
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Used to parse a new URI scheme. Objects of this class should only be allocated using System::MakeObje...
Definition: uri_parser.h:14
static bool IsKnownScheme(const String &schemeName)
Indicates whether the parser for a scheme is registered.
Definition: db_command.h:9