ChoonMLLib - class library to access and convert ChoonML files

ConvertParam Constructor 

[This is preliminary documentation and subject to change.]

Public constructor, parameters define a conversion parameter.

public ConvertParam(
   char paramChar,
   string desc,
   bool hasValue
);

Parameters

paramChar
The command line character for this param. (in -tx or -fx)
desc
The text description of this param.
hasValue
True if the parameter takes a value.

See Also

ConvertParam Class | ChoonConvert Namespace