Click or drag to resize
IValueTranslatorTryParse 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#
bool TryParse(
	string cellValue,
	string exp,
	out Translation result
)

Parameters

cellValue
Type: SystemString
exp
Type: SystemString
result
Type: FlexRule.Validation.Languages.Parser.ValueTranslatorsTranslation

Return Value

Type: Boolean
See Also