ParameterValueCollectionGetStringValue 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.3.0.1000)
Syntaxpublic string? GetStringValue(
	Guid itemId,
	string? defaultValue
)
Public Function GetStringValue ( 
	itemId As Guid,
	defaultValue As String
) As String
public:
String^ GetStringValue(
	Guid itemId, 
	String^ defaultValue
)
member GetStringValue : 
        itemId : Guid * 
        defaultValue : string -> string 
Parameters
- itemId
 - Type: SystemGuid
ID of the item. - defaultValue
 - Type: SystemString
The default value. 
Return Value
Type: 
StringThe string value.
Remarks
            Returns  if the value is null, not found or not a string.
            
See Also