Click or drag to resize

CommandLineOptionIsValidOptionValueName Method

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

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool IsValidOptionValueName(
	string optionValue
)

Parameters

optionValue
Type: SystemString
The string to be tested.

Return Value

Type: Boolean
true if string can be used as an option value.
See Also