Click or drag to resize
CsvParseRecord Method

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IDictionary<string, Object> ParseRecord(
	Object obj,
	string[] properties
)

Parameters

obj
Type: SystemObject
properties
Type: SystemString

Return Value

Type: IDictionaryString, Object
See Also