SkipUnreadableCharacters

TextSearchCriteria.SkipUnreadableCharacters property

Gets or sets a value indicating that unreadable characters will be skipped during string comparison.

public bool SkipUnreadableCharacters { get; set; }

Property Value

A value indicating that unreadable characters will be skipped during string comparison.

See Also