C# 클래스 DotNetIO.StringExtensions

파일 보기 프로젝트 열기: DotNetIO/DotNetIO

공개 메소드들

메소드 설명
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

메소드 상세

Combine() 공개 정적인 메소드

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
리턴 string

ToPath() 공개 정적인 메소드

public static ToPath ( this path ) : Path
path this
리턴 Path

Wildcard() 공개 정적인 메소드

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