Show / Hide Table of Contents

    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 Doc

    FromString(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 uriScheme or Undefined if a conversion is not possible.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FromString(String)
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX