public static class StringInterpolation| ExtractFieldValue | Inputs a string such as "{XXXX}" and returns the portion of the string that's inside the curly brackets. Wich in this example would be "XXXX". If the input string does not start and end with curly brackets then an empty string is returned. |
| Replace(String, IParticipant) | |
| Replace(String, DictionaryString, String) | Performs string interpolation using a dictionary for the source of the values. |