Class UriSchemeConverter
This utility class is designed to make UriScheme related conversions easier to work with.
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 UriScheme equivalent.
Declaration
public static UriScheme FromString(string uriScheme)
Parameters
Type | Name | Description |
---|---|---|
System.String | uriScheme | A string containing an URI scheme to convert. |
Returns
Type | Description |
---|---|
UriScheme | An UriScheme equivalent to the specified |