Click or drag to resize
ValueTranslatorExtensionsResolveValue Method

Namespace: FlexRule.Validation.Languages.Parser.ValueTranslators
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static string ResolveValue(
	string expression,
	string value,
	bool resolveType = true
)

Parameters

expression
Type: SystemString
value
Type: SystemString
resolveType (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also