NonSwitchBoolean Conversion (Boolean to NonSwitchBoolean)
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public static implicit operator NonSwitchBoolean (
bool value
)
Public Shared Widening Operator CType (
value As Boolean
) As NonSwitchBoolean
Dim input As Boolean
Dim output As NonSwitchBoolean
output = CType(input, NonSwitchBoolean)
static implicit operator NonSwitchBoolean (
bool value
)
- value Boolean
- The Boolean value to convert.
NonSwitchBoolean
A new instance of the
NonSwitchBoolean structure with the specified value.