string DoUrlSubstitution(string input, UrlReplacementMode mode = UrlReplacementMode.UriUnescaped)
Does string substitution of standard KioWare URL replacement constants.
Parameters
Name | Description |
input | The input string that is to be scanned for replacement variables. |
mode | The format of the input string. |
Return
The fully substituted result.