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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | If the paramter could not be obtained from the operator. |