Open this page in the API Guide

ParameterValueCollection.GetStringValue Method (Guid, String)

Gets the string value.

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,
	string? defaultValue
)

Parameters

itemId
Type: System.Guid
ID of the item.
defaultValue
Type: System.String
The default value.

Return Value

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