Open this page in the API Guide

ParameterValueCollection.GetStringValue Method (Guid)

Gets the string value, or throws an exception if it was not found.

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

Parameters

itemId
Type: System.Guid
ID of the item.

Return Value

Type: String
The string value.
Exceptions
ExceptionCondition
NotFoundExceptionA parameter with the specified ID is not in the collection.
See Also