StringUtils.DetokenizeString

Detokenizes a string tokenized with TokenizeString. Requires the collection created by detokenization

public static string DetokenizeString(string text,
	List<String> tokens,
	string replaceDelimiter)

Parameters

text

tokens

replaceDelimiter


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic