CommonGetValue Method

[Missing <summary> documentation for "M:IAS.Common.GetValue(System.Type,System.Object,System.Object)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object GetValue(
	Type dataType,
	Object attributeValue,
	Object assignIfEmptyString = null
)

Parameters

dataType
Type: SystemType

[Missing <param name="dataType"/> documentation for "M:IAS.Common.GetValue(System.Type,System.Object,System.Object)"]

attributeValue
Type: SystemObject

[Missing <param name="attributeValue"/> documentation for "M:IAS.Common.GetValue(System.Type,System.Object,System.Object)"]

assignIfEmptyString (Optional)
Type: SystemObject

[Missing <param name="assignIfEmptyString"/> documentation for "M:IAS.Common.GetValue(System.Type,System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:IAS.Common.GetValue(System.Type,System.Object,System.Object)"]

See Also