CSJ2K.j2k.util Namespace / ParameterList Class / toNameArray Method
The list of options and their usage info (see above).

In This Topic
toNameArray Method (ParameterList)
In This Topic
Converts the usage information to a list of parameter names in a single array. The usage information appears in a 2D array of String. The first dimensions contains the different options, the second dimension contains the name of the option (first element), the synopsis and the explanation. This method takes the names of the different options in 'pinfo' and returns them in a single array of String.
Syntax
'Declaration
 
Public Shared Function toNameArray( _
   ByVal pinfo() As String _
) As String()
 

Parameters

pinfo
The list of options and their usage info (see above).

Return Value

An array with the names of the options in pinfo. If pinfo is null, null is returned.
See Also