C# Class NFluent.Extensions.StringExtensions

Hosts all string related extensions used by NFluent
ファイルを表示 Open project: tpierrain/NFluent

Public Methods

Method Description
Escaped ( this toEscape ) : string

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

Method Details

Escaped() public static method

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
return string