[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ParameterList.getParameter

getParameter Method

getParameter(string)

Returns the value of the named parameter, as a string. The value can come from teh defaults, if there are.

Declaration
public virtual string getParameter(string pname)
Public Overridable Function getParameter(pname As String) As String
Parameters
Type Name Description
string pname

The parameter name.

Returns
Type Description
string

the value of the parameter as a string, or null if there is no parameter with the name 'pname'.