Click or drag to resize

AttributeValueHelperConvertFromStringRepresentation Method

Converts a string representation of a single attribute value to its native type. The string representation is used in tblCalcRoleAssignmentAttribute.AttributeValue.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Object ConvertFromStringRepresentation(
	string stringRepresentation,
	AttributeDataType dataType
)

Parameters

stringRepresentation
Type: SystemString
dataType
Type: Omada.OE.Solution.OIM.Model.PublicAttributeDataType

Return Value

Type: Object
See Also