Click or drag to resize
ApplicationUtilsConvertXmlElementsToDiscriminatorValue Method
Converts the XML elements to discriminator value.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static Object ConvertXmlElementsToDiscriminatorValue(
	string discriminatorValueAsString,
	int discriminatorValueTypeAsInt
)

Parameters

discriminatorValueAsString
Type: SystemString
The discriminator value as string.
discriminatorValueTypeAsInt
Type: SystemInt32
The discriminator value type as int.

Return Value

Type: Object
the string converted into the real object.
Remarks
Assumes the passed in values are correct.
See Also