C# 클래스 NFluent.Extensions.StringExtensions

Hosts all string related extensions used by NFluent
파일 보기 프로젝트 열기: tpierrain/NFluent

공개 메소드들

메소드 설명
Escaped ( this toEscape ) : string

Generates an espaced copy of a chain for use in format (e.G. { replaced by {{).

메소드 상세

Escaped() 공개 정적인 메소드

Generates an espaced copy of a chain for use in format (e.G. { replaced by {{).
public static Escaped ( this toEscape ) : string
toEscape this String to be escaped
리턴 string