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-2024 • Updated: 06/29/24
Comment or report problem with topic