Click or drag to resize
InlineMessageFormatterFormat Method

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 Format(
	string template,
	Func<string, Dictionary<string, Object>, Object> resolve
)

Parameters

template
Type: SystemString
resolve
Type: SystemFuncString, DictionaryString, Object, Object

Return Value

Type: String
See Also