[]
Gets or sets a value that indicates whether the item to match is case insensitive.
public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
Type | Description |
---|---|
bool | true if matching is case insensitive; otherwise, false. The default value is false. |