Click or drag to resize
RangeValueTranslatorCanParse Method (String, String, Boolean, String, Boolean)

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 bool CanParse(
	string cellValue,
	out string left,
	out bool includeLeft,
	out string right,
	out bool includeRight
)

Parameters

cellValue
Type: SystemString
left
Type: SystemString
includeLeft
Type: SystemBoolean
right
Type: SystemString
includeRight
Type: SystemBoolean

Return Value

Type: Boolean
See Also