1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. WordPattern
  8. /
  9. AppendString

AppendString

WordPattern.AppendString method

Appends a string to the word pattern.

public void AppendString(string text)
Parameter Type Description
text String The string to append.

See Also