| ParserArgumentsUsage Method (Type, Int32) | 
            Returns a Usage string for command line argument parsing.
            Use ArgumentAttributes to control parsing behaviour.
            
 
Namespace: PDTec.IceNet.Sdk.Utils.CommandLineAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string ArgumentsUsage(
	Type argumentType,
	int columns
)
Parameters
- argumentType
 - Type: SystemType
 The type of the arguments to display usage for.  - columns
 - Type: SystemInt32
 The number of columns to format the output to.  
Return Value
Type: 
String Printable string containing a user friendly description of command line arguments. 
See Also