Click or drag to resize
InlineMessageFormatterCanHandle Method
Checks if the message template requires any parameter value formatting

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static bool CanHandle(
	string messageTemplate
)

Parameters

messageTemplate
Type: SystemString

Return Value

Type: Boolean
See Also