C# Class FluentFs.Support.Tokenization.TokenWith

Sets the replacement text
显示文件 Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
With ( string value ) : TokenReplacer

Replaces the input with a value

Private Methods

Method Description
TokenWith ( TokenReplacer replacer ) : System
TokenWith ( TokenReplacer replacer, string delimiter ) : System

Method Details

With() public method

Replaces the input with a value
public With ( string value ) : TokenReplacer
value string The value to use in the replacement
return TokenReplacer