ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ParameterList Class / toNameArray Method
The list of options and their usage info (see above).

In This Topic
    toNameArray Method
    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()
    public static string[] toNameArray( 
       string[] pinfo
    )

    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