ValidateNotNullAttributeIsValidPostConversion Method
Determines if the argument's value is not .
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public override bool IsValidPostConversion(
CommandLineArgument argument,
Object? value
)
Public Overrides Function IsValidPostConversion (
argument As CommandLineArgument,
value As Object
) As Boolean
Dim instance As ValidateNotNullAttribute
Dim argument As CommandLineArgument
Dim value As Object
Dim returnValue As Boolean
returnValue = instance.IsValidPostConversion(argument,
value)
public:
virtual bool IsValidPostConversion(
CommandLineArgument^ argument,
Object^ value
) override
- argument CommandLineArgument
- The argument being validated.
- value Object
-
The argument value. If not , this must be an instance of
CommandLineArgumentArgumentType.
Boolean if the value is valid; otherwise,
.