EnumArgumentAttribute.

IgnoreCase Property

Summary

When parsing the enum values, ignore all casing. This is defaulted to false. If this is set to true, and there are two enum values that, when casing is ignored, match, a validation error will happen.

Syntax

public bool IgnoreCase { get; set; }

Value

Type Description
bool