TaskArgumentValidationAttribute.

IsArgumentValid(string) Method

Summary

Validates the incoming string argument.

Syntax

protected abstract bool IsArgumentValid(string argument)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
argument string The argument

Return Value

Type Description
bool A value indicating whether True is valid, or False if not valid.