C# 클래스 Meta.StringExtensions

파일 보기 프로젝트 열기: brandon-kohn/Meta

공개 메소드들

메소드 설명
HasWhiteSpace ( this s ) : bool

Determines whether the string has white space.

NormalizePathSeparators ( this path ) : string
Quote ( this s ) : string
Replace ( this originalString, string oldValue, string newValue, System.StringComparison comparisonType ) : string
Unquote ( this s ) : string

메소드 상세

HasWhiteSpace() 공개 정적인 메소드

Determines whether the string has white space.
public static HasWhiteSpace ( this s ) : bool
s this The string to test for white space.
리턴 bool

NormalizePathSeparators() 공개 정적인 메소드

public static NormalizePathSeparators ( this path ) : string
path this
리턴 string

Quote() 공개 정적인 메소드

public static Quote ( this s ) : string
s this
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( this originalString, string oldValue, string newValue, System.StringComparison comparisonType ) : string
originalString this
oldValue string
newValue string
comparisonType System.StringComparison
리턴 string

Unquote() 공개 정적인 메소드

public static Unquote ( this s ) : string
s this
리턴 string