Метод | Описание | |
---|---|---|
ReplaceToken ( string token ) : |
Replaces a token in a string using a default delimiter of @
|
|
ReplaceToken ( string token, string delimiter ) : |
Replaces a token in a string
|
|
To ( string destination ) : void |
Outputs the token replaced to a file
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
TokenReplacer ( IFileSystemWrapper fileSystemWrapper, string input ) : System.IO | ||
TokenReplacer ( string input ) : System.IO |
public ReplaceToken ( string token ) : |
||
token | string | the token to replace (without the delimiter) |
Результат |
public ReplaceToken ( string token, string delimiter ) : |
||
token | string | the token to replace (without the delimiter) |
delimiter | string | the delimiter that surrounds the token |
Результат |
public To ( string destination ) : void | ||
destination | string | the destination path |
Результат | void |