CommandLineOption.IsValidOptionValueName Method

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)
Syntax
public static bool IsValidOptionValueName(
	string optionValue
)
Public Shared Function IsValidOptionValueName ( 
	optionValue As String
) As Boolean

Parameters

optionValue
Type: SystemString
The string to be tested.

Return Value

Type: Boolean
true if string can be used as an option value.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also