Click or drag to resize
ValueFactoryGetObjectByValue Method
Creates a value from input string value

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

Parameters

typeName
Type: SystemString
Expected type of the value
value
Type: SystemString
value as a string

Return Value

Type: Object
Value in the provided type typeName
See Also