WordPattern

WordPattern class

Represents a word pattern to use in word wildcard search.

public class WordPattern

Constructors

Name Description
WordPattern() Initializes a new instance of the WordPattern class.

Methods

Name Description
AppendCharacter(char) Appends a character to the word pattern.
AppendOneCharacterWildcard() Appends one character wildcard to the word pattern.
AppendOneOrMoreCharactersWildcard() Appends one or more characters wildcard to the word pattern.
AppendString(string) Appends a string to the word pattern.
AppendWildcard(int, int) Appends a wildcard to the word pattern.
AppendZeroOrMoreCharactersWildcard() Appends zero or more characters wildcard to the word pattern.
AppendZeroOrOneCharacterWildcard() Appends zero or one character wildcard to the word pattern.
override ToString() Returns a String that represents the current WordPattern.

Remarks

Learn more

See Also