Click or drag to resize
ValueTranslatorExtensionsGetTranslation 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 Translation GetTranslation(
	this IValueTranslator[] translators,
	string cellValue,
	string exp
)

Parameters

translators
Type: FlexRule.Validation.Languages.Parser.ValueTranslatorsIValueTranslator
cellValue
Type: SystemString
exp
Type: SystemString

Return Value

Type: Translation

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also