Description:

Test a string to see if it can be used as an option value in RhinoGet::AddCommandOption, RhinoGet::AddCommandOptionToggle, or RhinoGet::AddCommandOptionList.

Syntax:
public static bool IsValidOptionValueName(
string optionValue
)
Parameters:
  • optionValue
  • Type: string
  • The string to be tested.
Returns:
Type: bool
True if string can be used as an option value.
Available since:
5.0

IsValidOptionValueName method

Class:  Rhino.Input.Custom.CommandLineOption

Nothing found