C# Class FluentFs.Support.Tokenization.TokenWith

Sets the replacement text
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
With ( string value ) : TokenReplacer

Replaces the input with a value

Private Methods

Méthode Description
TokenWith ( TokenReplacer replacer ) : System
TokenWith ( TokenReplacer replacer, string delimiter ) : System

Method Details

With() public méthode

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