Click or drag to resize

PlaceholderTypeConverterConvertTextToTargetType Method

Converts text to target type.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static Object ConvertTextToTargetType(
	string placeholder,
	string value
)

Parameters

placeholder
Type: SystemString
The placeholder.
value
Type: SystemString
The value.

Return Value

Type: Object
The object of target type.
See Also