Returns the formatted string. It will replace parameters of the format {x}, where x is a number and will be used as the index to find the value in the array of params
The string to format
The params to replace
String with the params replaced. Will throw if the number of replacement parameters do not mat
Generated using TypeDoc
Decodes a string of data encoded using Base64 encoding