Click or drag to resize
IValueTransformerGetValue Method
Gets a new value based of transform rules for table or column

Namespace: FlexRule.Decisions.Tables.Readers
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
string GetValue(
	string value,
	string column = null
)

Parameters

value
Type: SystemString
column (Optional)
Type: SystemString
Specify read rule for a specific column

Return Value

Type: String
See Also