C# Class DotNetIO.StringExtensions

Afficher le fichier Open project: DotNetIO/DotNetIO

Méthodes publiques

Méthode 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 méthode

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
Résultat string

ToPath() public static méthode

public static ToPath ( this path ) : Path
path this
Résultat Path

Wildcard() public static méthode

public static Wildcard ( this stringValue ) : Regex
stringValue this
Résultat System.Text.RegularExpressions.Regex