ParameterValueCollectionGetStringValue Method

Gets the string value.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public string GetStringValue(
	Guid itemId,
	string defaultValue
)

Parameters

itemId
Type: SystemGuid
ID of the item.
defaultValue
Type: SystemString
The default value.

Return Value

Type: String
The string value.
Remarks
Returns if the value not found or not a string.
See Also