NonSwitchBoolean   Conversion (NonSwitchBoolean to Boolean)

Converts a NonSwitchBoolean structure to a Boolean.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public static implicit operator bool (
	NonSwitchBoolean value
)

Parameters

value  NonSwitchBoolean
The NonSwitchBoolean to convert.

Return Value

Boolean
The value of the Value property.

See Also