Search Results for

    Show / Hide Table of Contents

    Class PathUtils

    Inheritance
    System.Object
    PathUtils
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: TelegramModularFramework.Services.Utils
    Assembly: TelegramModularFramework.dll
    Syntax
    public static class PathUtils

    Methods

    | Improve this Doc View Source

    InsertParametersIntoPath(String, Object)

    Declaration
    public static string InsertParametersIntoPath(string path, object parameters)
    Parameters
    Type Name Description
    System.String path
    System.Object parameters
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ParsePath(String)

    Declaration
    public static IEnumerable<PathPart> ParsePath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    IEnumerable<PathPart>
    | Improve this Doc View Source

    PatternFromPath(String)

    Declaration
    public static string PatternFromPath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾