| InlineMessageFormatterGetFormattedStringtValue Method |
Returns the formatted message
Namespace: FlexRuleAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static string GetFormattedStringtValue(
string messageTemplate,
IVariableContainer container
)
Parameters
- messageTemplate
- Type: SystemString
Template to be formatted or message - container
- Type: FlexRuleIVariableContainer
Value holder that messageTemplate will be formatted against
Return Value
Type:
StringIf formatting is not required for
messageTemplate then original string will be returned
See Also