Aptivi - Manual
ProjectsWebsiteBlog
Nettify - Manual
Nettify - Manual
  • Welcome
  • Breaking Changes
  • Usage
    • How to use
      • Weather Forecast
      • RSS Feeds
      • English Dictionary
      • Address Investigator
    • How it works
      • Weather Forecast Internals
      • RSS Feeds Internals
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Usage
  2. How to use

English Dictionary

Define "dictionary".

Using this feature is very simple! Just use the Nettify.EnglishDictionary namespace in any piece of code you want to use the feature, as in: using Nettify.EnglishDictionary;

Just use the DictionaryManager class that contains:

  • GetWordInfo(string)

  • GetWordInfoAsync(string)

You can then use the resulting array to iterate through possible words and get the values from them.

If you're going to use this library on web projects or in situations that require you to use the asynchronous version, use the GetWordInfoAsync.

Last updated 7 months ago