C# Class DotNetIO.StringExtensions

显示文件 Open project: DotNetIO/DotNetIO

Public Methods

Method Description
Combine ( this input ) : string

Combines an input path and a path together using System.IO.Path.Combine and returns the result.

ToPath ( this path ) : Path
Wildcard ( this stringValue ) : Regex

Method Details

Combine() public static method

Combines an input path and a path together using System.IO.Path.Combine and returns the result.
public static Combine ( this input ) : string
input this
return string

ToPath() public static method

public static ToPath ( this path ) : Path
path this
return Path

Wildcard() public static method

public static Wildcard ( this stringValue ) : Regex
stringValue this
return System.Text.RegularExpressions.Regex