string ReplaceAllInString (string input, object replacements)
Replaces strings in the given string and returns the result. Using this method is much faster than performing multiple search/replace calls in XSL substring methods.
Parameters:
input | The input. |
replacements | The replacements in a node-set. |
Returns:
A string.
Last modified date: 10/14/2020