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 SourceInsertParametersIntoPath(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 |
ParsePath(String)
Declaration
public static IEnumerable<PathPart> ParsePath(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
IEnumerable<PathPart> |
PatternFromPath(String)
Declaration
public static string PatternFromPath(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.String |