Search Results for

    Show / Hide Table of Contents

    Class StringExtensions

    Inheritance
    object
    StringExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class StringExtensions

    Methods

    | Edit this page View Source

    AssureUriScheme(string, string)

    Declaration
    public static string AssureUriScheme(this string url, string scheme)
    Parameters
    Type Name Description
    string url
    string scheme
    Returns
    Type Description
    string
    | Edit this page View Source

    GetUriScheme(string)

    Declaration
    public static string GetUriScheme(this string url)
    Parameters
    Type Name Description
    string url
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX