Class UriSchemeConverter
This utility class is designed to make Uri
Inheritance
System.Object
UriSchemeConverter
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class UriSchemeConverter
Methods
| Improve this DocFromString(String)
Converts the specified string representation of an URI scheme to its Uri
Declaration
public static UriScheme FromString(string uriScheme)
Parameters
Type | Name | Description |
---|---|---|
System. |
uriScheme | A string containing an URI scheme to convert. |