Returns the given parameter as a string value. The Java portion of the operator must implment String getStringParameter(String) and return an appropriate value. The default will reutrn an empty string.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetParameterAsString(
	string paramName
)
Public Function GetParameterAsString ( _
	paramName As String _
) As String
public:
String^ GetParameterAsString(
	String^ paramName
)

Parameters

paramName
String

Return Value

the string value of the parameter, "" if the parameter cannot be found.

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionIf the paramter could not be obtained from the operator.

See Also