Click or drag to resize
InlineMessageFormatterGetFormattedStringtValue Method
Returns the formatted message

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public 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: String
If formatting is not required for messageTemplate then original string will be returned
See Also