| ValueFactoryGetObjectByValue Method |
Creates a value from input string value
Namespace: FlexRuleAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic 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:
ObjectValue in the provided type
typeName
See Also