Click or drag to resize
ValueFactoryTryObjectByValue Method

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static bool TryObjectByValue(
	string typeName,
	string value,
	out Object result
)

Parameters

typeName
Type: SystemString
value
Type: SystemString
result
Type: SystemObject

Return Value

Type: Boolean
See Also